Html Css Color HEX #426408 Verdun Green

📋 copy color: '#426408'

red 66 ◦ green 100 ◦ blue 8

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

Shades of Verdun Green #426408

Tints of Verdun Green #426408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 37.93%
G = 57.47%
B = 4.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#426408 (or 0x426408) is known color: Verdun Green. HEX triplet: 42, 64 and 08. RGB value is (66,100,8). Sum of RGB (Red+Green+Blue) = 66+100+8=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #426408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426408 is #BD9BF7. Grayscale: #4F4F4F. Windows color (decimal): -12426232 or 549954. OLE color: 549954.

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

Color convert

RGB 66 100 8 -
CMYK 0.34 0 0.92 0.61
HSL 82.17º 0.85% 0.21% -
HSV(B) 82.17º 0.92% 0.39% -
XYZ 6.85 10.29 1.86 -
YUV 79.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 66 100 8 0.34 0 0.92 0.61 82.17 0.85 0.21
Hex 42 64 8 22 0 5C 3D 52 55 15
Octal 102 144 10 42 0 134 75 122 125 25
Binary 1000010 1100100 1000 100010 0 1011100 111101 1010010 1010101 10101

Color Harmonies of #426408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426408

Black with #426408

Text Example


Text Example

White with #426408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426408; }

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

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

background-color css

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

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

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

border-color css

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

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

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