Html Css Color HEX #425609 Verdun Green

📋 copy color: '#425609'

red 66 ◦ green 86 ◦ blue 9

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

Shades of Verdun Green #425609

Tints of Verdun Green #425609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.42%

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

R = 40.99%
G = 53.42%
B = 5.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#425609 (or 0x425609) is known color: Verdun Green. HEX triplet: 42, 56 and 09. RGB value is (66,86,9). Sum of RGB (Red+Green+Blue) = 66+86+9=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #425609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425609 is #BDA9F6. Grayscale: #474747. Windows color (decimal): -12429815 or 611906. OLE color: 611906.

HSL color Cylindrical-coordinate representation of color #425609: hue angle of 75.58º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425609 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 9 -
CMYK 0.23 0 0.90 0.66
HSL 75.58º 0.81% 0.19% -
HSV(B) 75.58º 0.9% 0.34% -
XYZ 5.62 7.83 1.47 -
YUV 71.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 66 86 9 0.23 0 0.90 0.66 75.58 0.81 0.19
Hex 42 56 9 17 0 5A 42 4C 51 13
Octal 102 126 11 27 0 132 102 114 121 23
Binary 1000010 1010110 1001 10111 0 1011010 1000010 1001100 1010001 10011

Color Harmonies of #425609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425609

Black with #425609

Text Example


Text Example

White with #425609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425609; }

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

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

background-color css

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

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

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

border-color css

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

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

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