#53813E

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

Shades of Fern Green #53813E

Tints of Fern Green #53813E

Color information

#53813E (or 0x53813E) is unknown color: approx Fern Green. HEX triplet: 53, 81 and 3E. RGB value is (83,129,62). Sum of RGB (Red+Green+Blue) = 83+129+62=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #53813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53813E is #AC7EC1. Grayscale: #6B6B6B. Windows color (decimal): -11304642 or 4096339. OLE color: 4096339.

HSL color Cylindrical-coordinate representation of color #53813E: hue angle of 101.19º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53813E is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB8312962-
CMYK0.3600.520.49
HSL101.19º35.08%37.45%-
HSV(B)101.19º51.94%50.59%-
XYZ12.2917.897.36-
YUV107.61102.26110.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=30.29%
G=47.08%
B=22.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83129620.3600.520.49101.1935.0837.45
Hex53813E2403431652325
Octal1232017644064611454345
Binary10100111000000111111010010001101001100011100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53813E; }

 p { color: rgb(83,129,62); }

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

<style>
 a { background-color: #53813E; }

 a { background-color: rgb(83,129,62); }

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

<style>
 span { border-color: #53813E; }

 span { border-color: rgb(83,129,62); }

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