#53B564

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

Shades of Fern #53B564

Tints of Fern #53B564

Color information

#53B564 (or 0x53B564) is unknown color: approx Fern. HEX triplet: 53, B5 and 64. RGB value is (83,181,100). Sum of RGB (Red+Green+Blue) = 83+181+100=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #53B564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B564 is #AC4A9B. Grayscale: #8E8E8E. Windows color (decimal): -11291292 or 6600019. OLE color: 6600019.

HSL color Cylindrical-coordinate representation of color #53B564: hue angle of 130.41º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B564 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB83181100-
CMYK0.5400.450.29
HSL130.41º39.84%51.76%-
HSV(B)130.41º54.14%70.98%-
XYZ22.3935.8117.79-
YUV142.46104.0385.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.80%
GREEN value IS 181 (71.09% from 255) = 49.73%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=22.80%
G=49.73%
B=27.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831811000.5400.450.29130.4139.8451.76
Hex53B5643602D1D822834
Octal12326514466055352025064
Binary101001110110101110010011011001011011110110000010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B564; }

 p { color: rgb(83,181,100); }

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

<style>
 a { background-color: #53B564; }

 a { background-color: rgb(83,181,100); }

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

<style>
 span { border-color: #53B564; }

 span { border-color: rgb(83,181,100); }

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