#425D47

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

Shades of Hunter Green #425D47

Tints of Hunter Green #425D47

Color information

#425D47 (or 0x425D47) is unknown color: approx Hunter Green. HEX triplet: 42, 5D and 47. RGB value is (66,93,71). Sum of RGB (Red+Green+Blue) = 66+93+71=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #425D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D47 is #BDA2B8. Grayscale: #525252. Windows color (decimal): -12427961 or 4676930. OLE color: 4676930.

HSL color Cylindrical-coordinate representation of color #425D47: hue angle of 131.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D47 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB669371-
CMYK0.2900.240.64
HSL131.11º16.98%31.18%-
HSV(B)131.11º29.03%36.47%-
XYZ7.39.447.4-
YUV82.42121.55116.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=28.70%
G=40.43%
B=30.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693710.2900.240.64131.1116.9831.18
Hex425D471D0184083111f
Octal102135107350301002032137
Binary100001010111011000111111010110001000000100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D47; }

 p { color: rgb(66,93,71); }

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

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

 a { background-color: rgb(66,93,71); }

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

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

 span { border-color: rgb(66,93,71); }

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