Html Css Color HEX #425111 Verdun Green

📋 copy color: '#425111'

red 66 ◦ green 81 ◦ blue 17

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

Shades of Verdun Green #425111

Tints of Verdun Green #425111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 40.24%
G = 49.39%
B = 10.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#425111 (or 0x425111) is known color: Verdun Green. HEX triplet: 42, 51 and 11. RGB value is (66,81,17). Sum of RGB (Red+Green+Blue) = 66+81+17=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #425111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425111 is #BDAEEE. Grayscale: #454545. Windows color (decimal): -12431087 or 1134914. OLE color: 1134914.

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

Color convert

RGB 66 81 17 -
CMYK 0.19 0 0.79 0.68
HSL 74.06º 0.65% 0.19% -
HSV(B) 74.06º 0.79% 0.32% -
XYZ 5.29 7.08 1.62 -
YUV 69.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 66 81 17 0.19 0 0.79 0.68 74.06 0.65 0.19
Hex 42 51 11 13 0 4F 44 4A 41 13
Octal 102 121 21 23 0 117 104 112 101 23
Binary 1000010 1010001 10001 10011 0 1001111 1000100 1001010 1000001 10011

Color Harmonies of #425111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425111

Black with #425111

Text Example


Text Example

White with #425111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425111; }

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

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

background-color css

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

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

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

border-color css

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

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

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