#5CB360

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

Shades of Fern #5CB360

Tints of Fern #5CB360

Color information

#5CB360 (or 0x5CB360) is unknown color: approx Fern. HEX triplet: 5C, B3 and 60. RGB value is (92,179,96). Sum of RGB (Red+Green+Blue) = 92+179+96=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB360 is #A34C9F. Grayscale: #8F8F8F. Windows color (decimal): -10701984 or 6337372. OLE color: 6337372.

HSL color Cylindrical-coordinate representation of color #5CB360: hue angle of 122.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB360 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB9217996-
CMYK0.4900.460.30
HSL122.76º36.4%53.14%-
HSV(B)122.76º48.6%70.2%-
XYZ22.6535.3616.7-
YUV143.52101.1891.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=25.07%
G=48.77%
B=26.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92179960.4900.460.30122.7636.453.14
Hex5CB3603102E1E7b2435
Octal13426314061056361734465
Binary10111001011001111000001100010101110111101111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,179,96); }

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

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

 a { background-color: rgb(92,179,96); }

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

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

 span { border-color: rgb(92,179,96); }

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