#5CBA72

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

Shades of Fern #5CBA72

Tints of Fern #5CBA72

Color information

#5CBA72 (or 0x5CBA72) is unknown color: approx Fern. HEX triplet: 5C, BA and 72. RGB value is (92,186,114). Sum of RGB (Red+Green+Blue) = 92+186+114=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA72 is #A3458D. Grayscale: #959595. Windows color (decimal): -10700174 or 7518812. OLE color: 7518812.

HSL color Cylindrical-coordinate representation of color #5CBA72: hue angle of 134.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBA72 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB92186114-
CMYK0.5100.390.27
HSL134.04º40.52%54.51%-
HSV(B)134.04º50.54%72.94%-
XYZ25.0138.6122.05-
YUV149.69107.8686.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.47%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=23.47%
G=47.45%
B=29.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921861140.5100.390.27134.0440.5254.51
Hex5CBA72330271B862937
Octal13427216263047332065167
Binary101110010111010111001011001101001111101110000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,114); }

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

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

 a { background-color: rgb(92,186,114); }

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

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

 span { border-color: rgb(92,186,114); }

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