#53B464

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

Shades of Fern #53B464

Tints of Fern #53B464

Color information

#53B464 (or 0x53B464) is unknown color: approx Fern. HEX triplet: 53, B4 and 64. RGB value is (83,180,100). Sum of RGB (Red+Green+Blue) = 83+180+100=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #53B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B464 is #AC4B9B. Grayscale: #8E8E8E. Windows color (decimal): -11291548 or 6599763. OLE color: 6599763.

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

Color convert

RGB83180100-
CMYK0.5400.440.29
HSL130.52º39.27%51.57%-
HSV(B)130.52º53.89%70.59%-
XYZ22.1935.417.72-
YUV141.88104.3686-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 180 (70.70% from 255) = 49.59%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=22.87%
G=49.59%
B=27.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801000.5400.440.29130.5239.2751.57
Hex53B4643602C1D832734
Octal12326414466054352034764
Binary101001110110100110010011011001011001110110000011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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