#53853D

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

Shades of Fern Green #53853D

Tints of Fern Green #53853D

Color information

#53853D (or 0x53853D) is unknown color: approx Fern Green. HEX triplet: 53, 85 and 3D. RGB value is (83,133,61). Sum of RGB (Red+Green+Blue) = 83+133+61=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #53853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53853D is #AC7AC2. Grayscale: #6E6E6E. Windows color (decimal): -11303619 or 4031827. OLE color: 4031827.

HSL color Cylindrical-coordinate representation of color #53853D: hue angle of 101.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53853D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB8313361-
CMYK0.3800.540.48
HSL101.67º37.11%38.04%-
HSV(B)101.67º54.14%52.16%-
XYZ12.818.957.4-
YUV109.84100.44108.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=29.96%
G=48.01%
B=22.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133610.3800.540.48101.6737.1138.04
Hex53853D2603630662526
Octal1232057546066601464546
Binary10100111000010111110110011001101101100001100110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53853D; }

 p { color: rgb(83,133,61); }

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

<style>
 a { background-color: #53853D; }

 a { background-color: rgb(83,133,61); }

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

<style>
 span { border-color: #53853D; }

 span { border-color: rgb(83,133,61); }

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