#52733C

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

Shades of Fern Green #52733C

Tints of Fern Green #52733C

Color information

#52733C (or 0x52733C) is unknown color: approx Fern Green. HEX triplet: 52, 73 and 3C. RGB value is (82,115,60). Sum of RGB (Red+Green+Blue) = 82+115+60=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #52733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52733C is #AD8CC3. Grayscale: #636363. Windows color (decimal): -11373764 or 3961682. OLE color: 3961682.

HSL color Cylindrical-coordinate representation of color #52733C: hue angle of 96º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52733C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB8211560-
CMYK0.2900.480.55
HSL96º31.43%34.31%-
HSV(B)96º47.83%45.1%-
XYZ10.4314.386.5-
YUV98.86106.07115.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=31.91%
G=44.75%
B=23.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115600.2900.480.559631.4334.31
Hex52733C1D03037601f22
Octal1221637435060671403742
Binary10100101110011111100111010110000110111110000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52733C; }

 p { color: rgb(82,115,60); }

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

<style>
 a { background-color: #52733C; }

 a { background-color: rgb(82,115,60); }

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

<style>
 span { border-color: #52733C; }

 span { border-color: rgb(82,115,60); }

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