#53864B

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

Shades of Fern Green #53864B

Tints of Fern Green #53864B

Color information

#53864B (or 0x53864B) is unknown color: approx Fern Green. HEX triplet: 53, 86 and 4B. RGB value is (83,134,75). Sum of RGB (Red+Green+Blue) = 83+134+75=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #53864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53864B is #AC79B4. Grayscale: #707070. Windows color (decimal): -11303349 or 4949587. OLE color: 4949587.

HSL color Cylindrical-coordinate representation of color #53864B: hue angle of 111.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53864B is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB8313475-
CMYK0.3800.440.47
HSL111.86º28.23%40.98%-
HSV(B)111.86º44.03%52.55%-
XYZ13.3619.49.7-
YUV112.02107.1107.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=28.42%
G=45.89%
B=25.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134750.3800.440.47111.8628.2340.98
Hex53864B2602C2F701c29
Octal12320611346054571603451
Binary10100111000011010010111001100101100101111111000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53864B; }

 p { color: rgb(83,134,75); }

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

<style>
 a { background-color: #53864B; }

 a { background-color: rgb(83,134,75); }

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

<style>
 span { border-color: #53864B; }

 span { border-color: rgb(83,134,75); }

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