#425C47

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

Shades of Hunter Green #425C47

Tints of Hunter Green #425C47

Color information

#425C47 (or 0x425C47) is unknown color: approx Hunter Green. HEX triplet: 42, 5C and 47. RGB value is (66,92,71). Sum of RGB (Red+Green+Blue) = 66+92+71=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #425C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C47 is #BDA3B8. Grayscale: #515151. Windows color (decimal): -12428217 or 4676674. OLE color: 4676674.

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

Color convert

RGB669271-
CMYK0.2800.230.64
HSL131.54º16.46%30.98%-
HSV(B)131.54º28.26%36.08%-
XYZ7.219.277.37-
YUV81.83121.89116.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=28.82%
G=40.17%
B=31.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692710.2800.230.64131.5416.4630.98
Hex425C471C0174084101f
Octal102134107340271002042037
Binary100001010111001000111111000101111000000100001001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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