Html Css Color HEX #426409 Verdun Green

📋 copy color: '#426409'

red 66 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #426409

Tints of Verdun Green #426409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.14%

 BLUE value IS 9 (3.91% from 255) = 5.14%

R = 37.71%
G = 57.14%
B = 5.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#426409 (or 0x426409) is known color: Verdun Green. HEX triplet: 42, 64 and 09. RGB value is (66,100,9). Sum of RGB (Red+Green+Blue) = 66+100+9=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #426409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426409 is #BD9BF6. Grayscale: #4F4F4F. Windows color (decimal): -12426231 or 615490. OLE color: 615490.

HSL color Cylindrical-coordinate representation of color #426409: hue angle of 82.42º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #426409 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 9 -
CMYK 0.34 0 0.91 0.61
HSL 82.42º 0.83% 0.21% -
HSV(B) 82.42º 0.91% 0.39% -
XYZ 6.85 10.29 1.88 -
YUV 79.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 66 100 9 0.34 0 0.91 0.61 82.42 0.83 0.21
Hex 42 64 9 22 0 5B 3D 52 53 15
Octal 102 144 11 42 0 133 75 122 123 25
Binary 1000010 1100100 1001 100010 0 1011011 111101 1010010 1010011 10101

Color Harmonies of #426409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426409

Black with #426409

Text Example


Text Example

White with #426409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426409; }

 p { color: rgb(66,100,9); }

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

background-color css

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

 a { background-color: rgb(66,100,9); }

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

border-color css

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

 span { border-color: rgb(66,100,9); }

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