#52773D

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

Shades of Fern Green #52773D

Tints of Fern Green #52773D

Color information

#52773D (or 0x52773D) is unknown color: approx Fern Green. HEX triplet: 52, 77 and 3D. RGB value is (82,119,61). Sum of RGB (Red+Green+Blue) = 82+119+61=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #52773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773D is #AD88C2. Grayscale: #656565. Windows color (decimal): -11372739 or 4028242. OLE color: 4028242.

HSL color Cylindrical-coordinate representation of color #52773D: hue angle of 98.28º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52773D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB8211961-
CMYK0.3100.490.53
HSL98.28º32.22%35.29%-
HSV(B)98.28º48.74%46.67%-
XYZ10.9215.326.8-
YUV101.32105.24114.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=31.30%
G=45.42%
B=23.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119610.3100.490.5398.2832.2235.29
Hex52773D1F03135622023
Octal1221677537061651424043
Binary101001011101111111011111101100011101011100010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,119,61); }

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

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

 a { background-color: rgb(82,119,61); }

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

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

 span { border-color: rgb(82,119,61); }

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