#5FA36B

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

Shades of Fern #5FA36B

Tints of Fern #5FA36B

Color information

#5FA36B (or 0x5FA36B) is unknown color: approx Fern. HEX triplet: 5F, A3 and 6B. RGB value is (95,163,107). Sum of RGB (Red+Green+Blue) = 95+163+107=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA36B is #A05C94. Grayscale: #888888. Windows color (decimal): -10509461 or 7054175. OLE color: 7054175.

HSL color Cylindrical-coordinate representation of color #5FA36B: hue angle of 130.59º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA36B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB95163107-
CMYK0.4200.340.36
HSL130.59º26.98%50.59%-
HSV(B)130.59º41.72%63.92%-
XYZ20.4729.6918.56-
YUV136.28111.4798.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=26.03%
G=44.66%
B=29.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951631070.4200.340.36130.5926.9850.59
Hex5FA36B2A02224831b33
Octal13724315352042442033363
Binary101111110100011110101110101001000101001001000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA36B; }

 p { color: rgb(95,163,107); }

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

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

 a { background-color: rgb(95,163,107); }

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

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

 span { border-color: rgb(95,163,107); }

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