#53B65C

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

Shades of Fern #53B65C

Tints of Fern #53B65C

Color information

#53B65C (or 0x53B65C) is unknown color: approx Fern. HEX triplet: 53, B6 and 5C. RGB value is (83,182,92). Sum of RGB (Red+Green+Blue) = 83+182+92=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #53B65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B65C is #AC49A3. Grayscale: #8E8E8E. Windows color (decimal): -11291044 or 6075987. OLE color: 6075987.

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

Color convert

RGB8318292-
CMYK0.5400.490.29
HSL125.45º40.41%51.96%-
HSV(B)125.45º54.4%71.37%-
XYZ22.2336.0715.92-
YUV142.1499.785.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 182 (71.48% from 255) = 50.98%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=23.25%
G=50.98%
B=25.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83182920.5400.490.29125.4540.4151.96
Hex53B65C360311D7d2834
Octal12326613466061351755064
Binary10100111011011010111001101100110001111011111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,182,92); }

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

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

 a { background-color: rgb(83,182,92); }

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

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

 span { border-color: rgb(83,182,92); }

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