#425216

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

Shades of Verdun Green #425216

Tints of Verdun Green #425216

Color information

#425216 (or 0x425216) is unknown color: approx Verdun Green. HEX triplet: 42, 52 and 16. RGB value is (66,82,22). Sum of RGB (Red+Green+Blue) = 66+82+22=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #425216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425216 is #BDADE9. Grayscale: #464646. Windows color (decimal): -12430826 or 1462850. OLE color: 1462850.

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

Color convert

RGB668222-
CMYK0.2000.730.68
HSL76º57.69%20.39%-
HSV(B)76º73.17%32.16%-
XYZ5.417.251.87-
YUV70.38100.7124.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=38.82%
G=48.24%
B=12.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682220.2000.730.687657.6920.39
Hex42521614049444c3a14
Octal102122262401111041147224
Binary100001010100101011010100010010011000100100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425216; }

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

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

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

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

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

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

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

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