#53B56B

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

Shades of Fern #53B56B

Tints of Fern #53B56B

Color information

#53B56B (or 0x53B56B) is unknown color: approx Fern. HEX triplet: 53, B5 and 6B. RGB value is (83,181,107). Sum of RGB (Red+Green+Blue) = 83+181+107=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #53B56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B56B is #AC4A94. Grayscale: #8F8F8F. Windows color (decimal): -11291285 or 7058771. OLE color: 7058771.

HSL color Cylindrical-coordinate representation of color #53B56B: hue angle of 134.69º 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 #53B56B is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB83181107-
CMYK0.5400.410.29
HSL134.69º39.84%51.76%-
HSV(B)134.69º54.14%70.98%-
XYZ22.7435.9519.65-
YUV143.26107.5385.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=22.37%
G=48.79%
B=28.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831811070.5400.410.29134.6939.8451.76
Hex53B56B360291D872834
Octal12326515366051352075064
Binary101001110110101110101111011001010011110110000111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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