Html Css Color HEX #426606 Verdun Green

📋 copy color: '#426606'

red 66 ◦ green 102 ◦ blue 6

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

Shades of Verdun Green #426606

Tints of Verdun Green #426606

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.62%

 BLUE value IS 6 (2.73% from 255) = 3.45%

R = 37.93%
G = 58.62%
B = 3.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#426606 (or 0x426606) is known color: Verdun Green. HEX triplet: 42, 66 and 06. RGB value is (66,102,6). Sum of RGB (Red+Green+Blue) = 66+102+6=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #426606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426606 is #BD99F9. Grayscale: #505050. Windows color (decimal): -12425722 or 419394. OLE color: 419394.

HSL color Cylindrical-coordinate representation of color #426606: hue angle of 82.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #426606 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 6 -
CMYK 0.35 0 0.94 0.6
HSL 82.5º 0.89% 0.21% -
HSV(B) 82.5º 0.94% 0.4% -
XYZ 7.03 10.67 1.86 -
YUV 80.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 66 102 6 0.35 0 0.94 0.6 82.5 0.89 0.21
Hex 42 66 6 23 0 5E 3C 52 59 15
Octal 102 146 6 43 0 136 74 122 131 25
Binary 1000010 1100110 110 100011 0 1011110 111100 1010010 1011001 10101

Color Harmonies of #426606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426606

Black with #426606

Text Example


Text Example

White with #426606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426606; }

 p { color: rgb(66,102,6); }

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

background-color css

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

 a { background-color: rgb(66,102,6); }

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

border-color css

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

 span { border-color: rgb(66,102,6); }

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