Html Css Color HEX #425006 Verdun Green

📋 copy color: '#425006'

red 66 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #425006

Tints of Verdun Green #425006

RGB

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

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

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

R = 43.42%
G = 52.63%
B = 3.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#425006 (or 0x425006) is known color: Verdun Green. HEX triplet: 42, 50 and 06. RGB value is (66,80,6). Sum of RGB (Red+Green+Blue) = 66+80+6=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #425006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425006 is #BDAFF9. Grayscale: #434343. Windows color (decimal): -12431354 or 413762. OLE color: 413762.

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

Color convert

RGB 66 80 6 -
CMYK 0.17 0 0.92 0.69
HSL 71.35º 0.86% 0.17% -
HSV(B) 71.35º 0.93% 0.31% -
XYZ 5.15 6.91 1.23 -
YUV 67.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 66 80 6 0.17 0 0.92 0.69 71.35 0.86 0.17
Hex 42 50 6 11 0 5C 45 47 56 11
Octal 102 120 6 21 0 134 105 107 126 21
Binary 1000010 1010000 110 10001 0 1011100 1000101 1000111 1010110 10001

Color Harmonies of #425006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425006

Black with #425006

Text Example


Text Example

White with #425006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425006; }

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

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

background-color css

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

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

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

border-color css

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

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

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