#52733D

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

Shades of Fern Green #52733D

Tints of Fern Green #52733D

Color information

#52733D (or 0x52733D) is unknown color: approx Fern Green. HEX triplet: 52, 73 and 3D. RGB value is (82,115,61). Sum of RGB (Red+Green+Blue) = 82+115+61=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #52733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52733D is #AD8CC2. Grayscale: #636363. Windows color (decimal): -11373763 or 4027218. OLE color: 4027218.

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

Color convert

RGB8211561-
CMYK0.2900.470.55
HSL96.67º30.68%34.51%-
HSV(B)96.67º46.96%45.1%-
XYZ10.4514.396.64-
YUV98.98106.57115.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=31.78%
G=44.57%
B=23.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115610.2900.470.5596.6730.6834.51
Hex52733D1D02F37611f23
Octal1221637535057671413743
Binary10100101110011111101111010101111110111110000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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