#53B169

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

Shades of Fern #53B169

Tints of Fern #53B169

Color information

#53B169 (or 0x53B169) is unknown color: approx Fern. HEX triplet: 53, B1 and 69. RGB value is (83,177,105). Sum of RGB (Red+Green+Blue) = 83+177+105=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #53B169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B169 is #AC4E96. Grayscale: #8C8C8C. Windows color (decimal): -11292311 or 6926675. OLE color: 6926675.

HSL color Cylindrical-coordinate representation of color #53B169: hue angle of 134.04º degrees, saturation: 0.38, 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 #53B169 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB83177105-
CMYK0.5300.410.31
HSL134.04º37.6%50.98%-
HSV(B)134.04º53.11%69.41%-
XYZ21.8434.318.83-
YUV140.69107.8686.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=22.74%
G=48.49%
B=28.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771050.5300.410.31134.0437.650.98
Hex53B169350291F862633
Octal12326115165051372064663
Binary101001110110001110100111010101010011111110000110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,177,105); }

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

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

 a { background-color: rgb(83,177,105); }

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

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

 span { border-color: rgb(83,177,105); }

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