#53B064

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

Shades of Fern #53B064

Tints of Fern #53B064

Color information

#53B064 (or 0x53B064) is unknown color: approx Fern. HEX triplet: 53, B0 and 64. RGB value is (83,176,100). Sum of RGB (Red+Green+Blue) = 83+176+100=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #53B064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B064 is #AC4F9B. Grayscale: #8B8B8B. Windows color (decimal): -11292572 or 6598739. OLE color: 6598739.

HSL color Cylindrical-coordinate representation of color #53B064: hue angle of 130.97º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B064 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB83176100-
CMYK0.5300.430.31
HSL130.97º37.05%50.78%-
HSV(B)130.97º52.84%69.02%-
XYZ21.3933.8117.46-
YUV139.53105.6987.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 176 (69.14% from 255) = 49.03%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=23.12%
G=49.03%
B=27.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831761000.5300.430.31130.9737.0550.78
Hex53B0643502B1F832533
Octal12326014465053372034563
Binary101001110110000110010011010101010111111110000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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