#425946

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

Shades of Hunter Green #425946

Tints of Hunter Green #425946

Color information

#425946 (or 0x425946) is unknown color: approx Hunter Green. HEX triplet: 42, 59 and 46. RGB value is (66,89,70). Sum of RGB (Red+Green+Blue) = 66+89+70=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #425946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425946 is #BDA6B9. Grayscale: #505050. Windows color (decimal): -12428986 or 4610370. OLE color: 4610370.

HSL color Cylindrical-coordinate representation of color #425946: hue angle of 130.43º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425946 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB668970-
CMYK0.2600.210.65
HSL130.43º14.84%30.39%-
HSV(B)130.43º25.84%34.9%-
XYZ6.928.757.12-
YUV79.96122.38118.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=29.33%
G=39.56%
B=31.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689700.2600.210.65130.4314.8430.39
Hex4259461A0154182f1e
Octal102131106320251012021736
Binary10000101011001100011011010010101100000110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425946; }

 p { color: rgb(66,89,70); }

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

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

 a { background-color: rgb(66,89,70); }

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

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

 span { border-color: rgb(66,89,70); }

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