#53B167

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

Shades of Fern #53B167

Tints of Fern #53B167

Color information

#53B167 (or 0x53B167) is unknown color: approx Fern. HEX triplet: 53, B1 and 67. RGB value is (83,177,103). Sum of RGB (Red+Green+Blue) = 83+177+103=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #53B167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B167 is #AC4E98. Grayscale: #8C8C8C. Windows color (decimal): -11292313 or 6795603. OLE color: 6795603.

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

Color convert

RGB83177103-
CMYK0.5300.420.31
HSL132.77º37.6%50.98%-
HSV(B)132.77º53.11%69.41%-
XYZ21.7434.2618.3-
YUV140.46106.8687.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 177 (69.53% from 255) = 48.76%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=22.87%
G=48.76%
B=28.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771030.5300.420.31132.7737.650.98
Hex53B1673502A1F852633
Octal12326114765052372054663
Binary101001110110001110011111010101010101111110000101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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