#53873A

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

Shades of Fern Green #53873A

Tints of Fern Green #53873A

Color information

#53873A (or 0x53873A) is unknown color: approx Fern Green. HEX triplet: 53, 87 and 3A. RGB value is (83,135,58). Sum of RGB (Red+Green+Blue) = 83+135+58=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #53873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53873A is #AC78C5. Grayscale: #6E6E6E. Windows color (decimal): -11303110 or 3835731. OLE color: 3835731.

HSL color Cylindrical-coordinate representation of color #53873A: hue angle of 100.52º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53873A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB8313558-
CMYK0.3900.570.47
HSL100.52º39.9%37.84%-
HSV(B)100.52º57.04%52.94%-
XYZ12.9919.477.08-
YUV110.6798.27108.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=30.07%
G=48.91%
B=21.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135580.3900.570.47100.5239.937.84
Hex53873A270392F652826
Octal1232077247071571455046
Binary10100111000011111101010011101110011011111100101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53873A; }

 p { color: rgb(83,135,58); }

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

<style>
 a { background-color: #53873A; }

 a { background-color: rgb(83,135,58); }

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

<style>
 span { border-color: #53873A; }

 span { border-color: rgb(83,135,58); }

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