#62A560

Color #62A560 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #62A560

Tints of Fern #62A560

Color information

#62A560 (or 0x62A560) is unknown color: approx Fern. HEX triplet: 62, A5 and 60. RGB value is (98,165,96). Sum of RGB (Red+Green+Blue) = 98+165+96=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #62A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A560 is #9D5A9F. Grayscale: #898989. Windows color (decimal): -10312352 or 6333794. OLE color: 6333794.

HSL color Cylindrical-coordinate representation of color #62A560: hue angle of 118.26º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62A560 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB9816596-
CMYK0.4100.420.35
HSL118.26º27.71%51.18%-
HSV(B)118.26º41.82%64.71%-
XYZ20.630.3515.84-
YUV137.1104.8100.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=27.30%
G=45.96%
B=26.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165960.4100.420.35118.2627.7151.18
Hex62A5602902A23761c33
Octal14224514051052431663463
Binary11000101010010111000001010010101010100011111011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A560; }

 p { color: rgb(98,165,96); }

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

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

 a { background-color: rgb(98,165,96); }

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

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

 span { border-color: rgb(98,165,96); }

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