#52753D

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

Shades of Fern Green #52753D

Tints of Fern Green #52753D

Color information

#52753D (or 0x52753D) is unknown color: approx Fern Green. HEX triplet: 52, 75 and 3D. RGB value is (82,117,61). Sum of RGB (Red+Green+Blue) = 82+117+61=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #52753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52753D is #AD8AC2. Grayscale: #646464. Windows color (decimal): -11373251 or 4027730. OLE color: 4027730.

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

Color convert

RGB8211761-
CMYK0.3000.480.54
HSL97.5º31.46%34.9%-
HSV(B)97.5º47.86%45.88%-
XYZ10.6814.856.72-
YUV100.15105.9115.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=31.54%
G=45%
B=23.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117610.3000.480.5497.531.4634.9
Hex52753D1E03036621f23
Octal1221657536060661423743
Binary10100101110101111101111100110000110110110001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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