#52773F

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

Shades of Fern Green #52773F

Tints of Fern Green #52773F

Color information

#52773F (or 0x52773F) is unknown color: approx Fern Green. HEX triplet: 52, 77 and 3F. RGB value is (82,119,63). Sum of RGB (Red+Green+Blue) = 82+119+63=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #52773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773F is #AD88C0. Grayscale: #656565. Windows color (decimal): -11372737 or 4159314. OLE color: 4159314.

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

Color convert

RGB8211963-
CMYK0.3100.470.53
HSL99.64º30.77%35.69%-
HSV(B)99.64º47.06%46.67%-
XYZ10.9715.357.09-
YUV101.55106.24114.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 63 (25% from 255) = 23.86%
R=31.06%
G=45.08%
B=23.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119630.3100.470.5399.6430.7735.69
Hex52773F1F02F35641f24
Octal1221677737057651443744
Binary10100101110111111111111110101111110101110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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