Html Css Color HEX #425606 Verdun Green

📋 copy color: '#425606'

red 66 ◦ green 86 ◦ blue 6

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

Shades of Verdun Green #425606

Tints of Verdun Green #425606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 41.77%
G = 54.43%
B = 3.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#425606 (or 0x425606) is known color: Verdun Green. HEX triplet: 42, 56 and 06. RGB value is (66,86,6). Sum of RGB (Red+Green+Blue) = 66+86+6=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #425606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425606 is #BDA9F9. Grayscale: #474747. Windows color (decimal): -12429818 or 415298. OLE color: 415298.

HSL color Cylindrical-coordinate representation of color #425606: hue angle of 75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #425606 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 6 -
CMYK 0.23 0 0.93 0.66
HSL 75º 0.87% 0.18% -
HSV(B) 75º 0.93% 0.34% -
XYZ 5.61 7.83 1.39 -
YUV 70.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 66 86 6 0.23 0 0.93 0.66 75 0.87 0.18
Hex 42 56 6 17 0 5D 42 4B 57 12
Octal 102 126 6 27 0 135 102 113 127 22
Binary 1000010 1010110 110 10111 0 1011101 1000010 1001011 1010111 10010

Color Harmonies of #425606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425606

Black with #425606

Text Example


Text Example

White with #425606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425606; }

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

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

background-color css

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

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

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

border-color css

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

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

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