#425C46

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

Shades of Hunter Green #425C46

Tints of Hunter Green #425C46

Color information

#425C46 (or 0x425C46) is unknown color: approx Hunter Green. HEX triplet: 42, 5C and 46. RGB value is (66,92,70). Sum of RGB (Red+Green+Blue) = 66+92+70=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #425C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C46 is #BDA3B9. Grayscale: #515151. Windows color (decimal): -12428218 or 4611138. OLE color: 4611138.

HSL color Cylindrical-coordinate representation of color #425C46: hue angle of 129.23º 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 #425C46 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB669270-
CMYK0.2800.240.64
HSL129.23º16.46%30.98%-
HSV(B)129.23º28.26%36.08%-
XYZ7.189.257.2-
YUV81.72121.39116.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=28.95%
G=40.35%
B=30.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692700.2800.240.64129.2316.4630.98
Hex425C461C0184081101f
Octal102134106340301002012037
Binary100001010111001000110111000110001000000100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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