#53893A

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

Shades of Fern Green #53893A

Tints of Fern Green #53893A

Color information

#53893A (or 0x53893A) is unknown color: approx Fern Green. HEX triplet: 53, 89 and 3A. RGB value is (83,137,58). Sum of RGB (Red+Green+Blue) = 83+137+58=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #53893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53893A is #AC76C5. Grayscale: #707070. Windows color (decimal): -11302598 or 3836243. OLE color: 3836243.

HSL color Cylindrical-coordinate representation of color #53893A: hue angle of 101.01º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53893A is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB8313758-
CMYK0.3900.580.46
HSL101.01º40.51%38.24%-
HSV(B)101.01º57.66%53.73%-
XYZ13.2820.047.17-
YUV111.8597.61107.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=29.86%
G=49.28%
B=20.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137580.3900.580.46101.0140.5138.24
Hex53893A2703A2E652926
Octal1232117247072561455146
Binary10100111000100111101010011101110101011101100101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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