#52853E

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

Shades of Fern Green #52853E

Tints of Fern Green #52853E

Color information

#52853E (or 0x52853E) is unknown color: approx Fern Green. HEX triplet: 52, 85 and 3E. RGB value is (82,133,62). Sum of RGB (Red+Green+Blue) = 82+133+62=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #52853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52853E is #AD7AC1. Grayscale: #6D6D6D. Windows color (decimal): -11369154 or 4097362. OLE color: 4097362.

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

Color convert

RGB8213362-
CMYK0.3800.530.48
HSL103.1º36.41%38.24%-
HSV(B)103.1º53.38%52.16%-
XYZ12.7418.927.54-
YUV109.66101.1108.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=29.60%
G=48.01%
B=22.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133620.3800.530.48103.136.4138.24
Hex52853E2603530672426
Octal1222057646065601474446
Binary10100101000010111111010011001101011100001100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,133,62); }

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

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

 a { background-color: rgb(82,133,62); }

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

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

 span { border-color: rgb(82,133,62); }

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