Html Css Color HEX #425008 Verdun Green

📋 copy color: '#425008'

red 66 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #425008

Tints of Verdun Green #425008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.95%

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

R = 42.86%
G = 51.95%
B = 5.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#425008 (or 0x425008) is known color: Verdun Green. HEX triplet: 42, 50 and 08. RGB value is (66,80,8). Sum of RGB (Red+Green+Blue) = 66+80+8=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #425008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425008 is #BDAFF7. Grayscale: #434343. Windows color (decimal): -12431352 or 544834. OLE color: 544834.

HSL color Cylindrical-coordinate representation of color #425008: hue angle of 71.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425008 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 8 -
CMYK 0.17 0 0.90 0.69
HSL 71.67º 0.82% 0.17% -
HSV(B) 71.67º 0.9% 0.31% -
XYZ 5.16 6.91 1.29 -
YUV 67.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 66 80 8 0.17 0 0.90 0.69 71.67 0.82 0.17
Hex 42 50 8 11 0 5A 45 48 52 11
Octal 102 120 10 21 0 132 105 110 122 21
Binary 1000010 1010000 1000 10001 0 1011010 1000101 1001000 1010010 10001

Color Harmonies of #425008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425008

Black with #425008

Text Example


Text Example

White with #425008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425008; }

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

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

background-color css

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

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

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

border-color css

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

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

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