#425111

Color #425111 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #425111

Tints of Verdun Green #425111

Color information

#425111 (or 0x425111) is unknown color: approx 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

RGB668117-
CMYK0.1900.790.68
HSL74.06º65.31%19.22%-
HSV(B)74.06º79.01%31.76%-
XYZ5.297.081.62-
YUV69.2298.53125.7-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681170.1900.790.6874.0665.3119.22
Hex4251111304F444a4113
Octal1021212123011710411210123
Binary1000010101000110001100110100111110001001001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>