Html Css Color HEX #426208 Verdun Green

📋 copy color: '#426208'

red 66 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #426208

Tints of Verdun Green #426208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.98%

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

R = 38.37%
G = 56.98%
B = 4.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#426208 (or 0x426208) is known color: Verdun Green. HEX triplet: 42, 62 and 08. RGB value is (66,98,8). Sum of RGB (Red+Green+Blue) = 66+98+8=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #426208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426208 is #BD9DF7. Grayscale: #4E4E4E. Windows color (decimal): -12426744 or 549442. OLE color: 549442.

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

Color convert

RGB 66 98 8 -
CMYK 0.33 0 0.92 0.62
HSL 81.33º 0.85% 0.21% -
HSV(B) 81.33º 0.92% 0.38% -
XYZ 6.66 9.91 1.79 -
YUV 78.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 66 98 8 0.33 0 0.92 0.62 81.33 0.85 0.21
Hex 42 62 8 21 0 5C 3E 51 55 15
Octal 102 142 10 41 0 134 76 121 125 25
Binary 1000010 1100010 1000 100001 0 1011100 111110 1010001 1010101 10101

Color Harmonies of #426208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426208

Black with #426208

Text Example


Text Example

White with #426208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426208; }

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

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

background-color css

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

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

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

border-color css

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

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

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