#425110

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

Shades of Verdun Green #425110

Tints of Verdun Green #425110

Color information

#425110 (or 0x425110) is unknown color: approx Verdun Green. HEX triplet: 42, 51 and 10. RGB value is (66,81,16). Sum of RGB (Red+Green+Blue) = 66+81+16=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #425110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425110 is #BDAEEF. Grayscale: #454545. Windows color (decimal): -12431088 or 1069378. OLE color: 1069378.

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

Color convert

RGB668116-
CMYK0.1900.800.68
HSL73.85º67.01%19.02%-
HSV(B)73.85º80.25%31.76%-
XYZ5.287.081.58-
YUV69.198.03125.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=40.49%
G=49.69%
B=9.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681160.1900.800.6873.8567.0119.02
Hex42511013050444a4313
Octal1021212023012010411210323
Binary1000010101000110000100110101000010001001001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425110; }

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

 H1.HeaderClassName
 {
   color: #425110;
 }
 .AnyTagClassName
 {
   color: #425110;
 }
</style>
background-color css

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

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

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

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

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

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