#5CB472

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

Shades of Fern #5CB472

Tints of Fern #5CB472

Color information

#5CB472 (or 0x5CB472) is unknown color: approx Fern. HEX triplet: 5C, B4 and 72. RGB value is (92,180,114). Sum of RGB (Red+Green+Blue) = 92+180+114=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB472 is #A34B8D. Grayscale: #929292. Windows color (decimal): -10701710 or 7517276. OLE color: 7517276.

HSL color Cylindrical-coordinate representation of color #5CB472: hue angle of 135º 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 #5CB472 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB92180114-
CMYK0.4900.370.29
HSL135º36.97%53.33%-
HSV(B)135º48.89%70.59%-
XYZ23.7736.1321.64-
YUV146.16109.8589.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.83%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=23.83%
G=46.63%
B=29.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921801140.4900.370.2913536.9753.33
Hex5CB472310251D872535
Octal13426416261045352074565
Binary101110010110100111001011000101001011110110000111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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