#425316

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

Shades of Verdun Green #425316

Tints of Verdun Green #425316

Color information

#425316 (or 0x425316) is unknown color: approx Verdun Green. HEX triplet: 42, 53 and 16. RGB value is (66,83,22). Sum of RGB (Red+Green+Blue) = 66+83+22=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #425316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425316 is #BDACE9. Grayscale: #474747. Windows color (decimal): -12430570 or 1463106. OLE color: 1463106.

HSL color Cylindrical-coordinate representation of color #425316: hue angle of 76.72º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425316 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB668322-
CMYK0.2000.730.67
HSL76.72º58.1%20.59%-
HSV(B)76.72º73.49%32.55%-
XYZ5.487.41.9-
YUV70.96100.37124.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=38.60%
G=48.54%
B=12.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683220.2000.730.6776.7258.120.59
Hex42531614049434d3a15
Octal102123262401111031157225
Binary100001010100111011010100010010011000011100110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425316; }

 p { color: rgb(66,83,22); }

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

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

 a { background-color: rgb(66,83,22); }

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

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

 span { border-color: rgb(66,83,22); }

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