#5CB460

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

Shades of Fern #5CB460

Tints of Fern #5CB460

Color information

#5CB460 (or 0x5CB460) is unknown color: approx Fern. HEX triplet: 5C, B4 and 60. RGB value is (92,180,96). Sum of RGB (Red+Green+Blue) = 92+180+96=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB460 is #A34B9F. Grayscale: #909090. Windows color (decimal): -10701728 or 6337628. OLE color: 6337628.

HSL color Cylindrical-coordinate representation of color #5CB460: hue angle of 122.73º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB460 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB9218096-
CMYK0.4900.470.29
HSL122.73º36.97%53.33%-
HSV(B)122.73º48.89%70.59%-
XYZ22.8535.7616.77-
YUV144.11100.8590.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=25%
G=48.91%
B=26.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92180960.4900.470.29122.7336.9753.33
Hex5CB4603102F1D7b2535
Octal13426414061057351734565
Binary10111001011010011000001100010101111111011111011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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