Html Css Color HEX #42826D Viridian

📋 copy color: '#42826D'

red 66 ◦ green 130 ◦ blue 109

#42826D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #42826D

Tints of Viridian #42826D

RGB

 RED value IS 66 (26.17% from 255) = 21.64%

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 21.64%
G = 42.62%
B = 35.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42826D (or 0x42826D) is known color: Viridian. HEX triplet: 42, 82 and 6D. RGB value is (66,130,109). Sum of RGB (Red+Green+Blue) = 66+130+109=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #42826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42826D is #BD7D92. Grayscale: #6C6C6C. Windows color (decimal): -12418451 or 7176770. OLE color: 7176770.

HSL color Cylindrical-coordinate representation of color #42826D: hue angle of 160.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42826D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 109 -
CMYK 0.49 0 0.16 0.49
HSL 160.31º 0.33% 0.38% -
HSV(B) 160.31º 0.49% 0.51% -
XYZ 12.99 18.23 17.3 -
YUV 108.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 66 130 109 0.49 0 0.16 0.49 160.31 0.33 0.38
Hex 42 82 6D 31 0 10 31 A0 21 26
Octal 102 202 155 61 0 20 61 240 41 46
Binary 1000010 10000010 1101101 110001 0 10000 110001 10100000 100001 100110

Color Harmonies of #42826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42826D

Black with #42826D

Text Example


Text Example

White with #42826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42826D; }

 p { color: rgb(66,130,109); }

 H1.HeaderClassName
 {
   color: #42826D;
 }
 .AnyTagClassName
 {
   color: #42826D;
 }
</style>

background-color css

<style>
 a { background-color: #42826D; }

 a { background-color: rgb(66,130,109); }

 div.DivClassName
 {
   background-color: #42826D;
 }
 .BgClassName
 {
   background-color: #42826D;
 }
</style>

border-color css

<style>
 span { border-color: #42826D; }

 span { border-color: rgb(66,130,109); }

 td.TdClassName
 {
   border-color: #42826D;
 }
 .TagClassName
 {
   border-color: #42826D;
 }
</style>