#52753B

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

Shades of Fern Green #52753B

Tints of Fern Green #52753B

Color information

#52753B (or 0x52753B) is unknown color: approx Fern Green. HEX triplet: 52, 75 and 3B. RGB value is (82,117,59). Sum of RGB (Red+Green+Blue) = 82+117+59=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #52753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52753B is #AD8AC4. Grayscale: #646464. Windows color (decimal): -11373253 or 3896658. OLE color: 3896658.

HSL color Cylindrical-coordinate representation of color #52753B: hue angle of 96.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52753B is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB8211759-
CMYK0.3000.500.54
HSL96.21º32.95%34.51%-
HSV(B)96.21º49.57%45.88%-
XYZ10.6314.836.44-
YUV99.92104.9115.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=31.78%
G=45.35%
B=22.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117590.3000.500.5496.2132.9534.51
Hex52753B1E03236602123
Octal1221657336062661404143
Binary101001011101011110111111001100101101101100000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52753B; }

 p { color: rgb(82,117,59); }

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

<style>
 a { background-color: #52753B; }

 a { background-color: rgb(82,117,59); }

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

<style>
 span { border-color: #52753B; }

 span { border-color: rgb(82,117,59); }

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