#5CB764

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

Shades of Fern #5CB764

Tints of Fern #5CB764

Color information

#5CB764 (or 0x5CB764) is unknown color: approx Fern. HEX triplet: 5C, B7 and 64. RGB value is (92,183,100). Sum of RGB (Red+Green+Blue) = 92+183+100=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB764 is #A3489B. Grayscale: #929292. Windows color (decimal): -10700956 or 6600540. OLE color: 6600540.

HSL color Cylindrical-coordinate representation of color #5CB764: hue angle of 125.27º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB764 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB92183100-
CMYK0.5000.450.28
HSL125.27º38.72%53.92%-
HSV(B)125.27º49.73%71.76%-
XYZ23.6537.0617.96-
YUV146.33101.8589.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=24.53%
G=48.8%
B=26.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921831000.5000.450.28125.2738.7253.92
Hex5CB7643202D1C7d2736
Octal13426714462055341754766
Binary10111001011011111001001100100101101111001111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,183,100); }

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

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

 a { background-color: rgb(92,183,100); }

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

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

 span { border-color: rgb(92,183,100); }

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