Html Css Color HEX #425106 Verdun Green

📋 copy color: '#425106'

red 66 ◦ green 81 ◦ blue 6

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

Shades of Verdun Green #425106

Tints of Verdun Green #425106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.94%

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

R = 43.14%
G = 52.94%
B = 3.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#425106 (or 0x425106) is known color: Verdun Green. HEX triplet: 42, 51 and 06. RGB value is (66,81,6). Sum of RGB (Red+Green+Blue) = 66+81+6=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #425106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425106 is #BDAEF9. Grayscale: #444444. Windows color (decimal): -12431098 or 414018. OLE color: 414018.

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

Color convert

RGB 66 81 6 -
CMYK 0.19 0 0.93 0.68
HSL 72º 0.86% 0.17% -
HSV(B) 72º 0.93% 0.32% -
XYZ 5.22 7.06 1.26 -
YUV 67.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 66 81 6 0.19 0 0.93 0.68 72 0.86 0.17
Hex 42 51 6 13 0 5D 44 48 56 11
Octal 102 121 6 23 0 135 104 110 126 21
Binary 1000010 1010001 110 10011 0 1011101 1000100 1001000 1010110 10001

Color Harmonies of #425106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425106

Black with #425106

Text Example


Text Example

White with #425106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425106; }

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

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

background-color css

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

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

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

border-color css

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

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

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