#53AA64

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

Shades of Fern #53AA64

Tints of Fern #53AA64

Color information

#53AA64 (or 0x53AA64) is unknown color: approx Fern. HEX triplet: 53, AA and 64. RGB value is (83,170,100). Sum of RGB (Red+Green+Blue) = 83+170+100=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA64 is #AC559B. Grayscale: #888888. Windows color (decimal): -11294108 or 6597203. OLE color: 6597203.

HSL color Cylindrical-coordinate representation of color #53AA64: hue angle of 131.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA64 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB83170100-
CMYK0.5100.410.33
HSL131.72º34.39%49.61%-
HSV(B)131.72º51.18%66.67%-
XYZ20.2431.5117.07-
YUV136.01107.6890.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=23.51%
G=48.16%
B=28.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831701000.5100.410.33131.7234.3949.61
Hex53AA643302921842232
Octal12325214463051412044262
Binary1010011101010101100100110011010100110000110000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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