#5BA36A

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

Shades of Fern #5BA36A

Tints of Fern #5BA36A

Color information

#5BA36A (or 0x5BA36A) is unknown color: approx Fern. HEX triplet: 5B, A3 and 6A. RGB value is (91,163,106). Sum of RGB (Red+Green+Blue) = 91+163+106=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA36A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA36A is #A45C95. Grayscale: #878787. Windows color (decimal): -10771606 or 6988635. OLE color: 6988635.

HSL color Cylindrical-coordinate representation of color #5BA36A: hue angle of 132.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA36A is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB91163106-
CMYK0.4400.350.36
HSL132.5º28.35%49.8%-
HSV(B)132.5º44.17%63.92%-
XYZ20.0129.4618.27-
YUV134.97111.6596.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.28%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=25.28%
G=45.28%
B=29.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911631060.4400.350.36132.528.3549.8
Hex5BA36A2C02324841c32
Octal13324315254043442043462
Binary101101110100011110101010110001000111001001000010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,163,106); }

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

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

 a { background-color: rgb(91,163,106); }

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

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

 span { border-color: rgb(91,163,106); }

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