#52783D

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

Shades of Fern Green #52783D

Tints of Fern Green #52783D

Color information

#52783D (or 0x52783D) is unknown color: approx Fern Green. HEX triplet: 52, 78 and 3D. RGB value is (82,120,61). Sum of RGB (Red+Green+Blue) = 82+120+61=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #52783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52783D is #AD87C2. Grayscale: #666666. Windows color (decimal): -11372483 or 4028498. OLE color: 4028498.

HSL color Cylindrical-coordinate representation of color #52783D: hue angle of 98.64º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52783D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB8212061-
CMYK0.3200.490.53
HSL98.64º32.6%35.49%-
HSV(B)98.64º49.17%47.06%-
XYZ11.0415.566.84-
YUV101.91104.91113.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=31.18%
G=45.63%
B=23.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120610.3200.490.5398.6432.635.49
Hex52783D2003135632123
Octal1221707540061651434143
Binary1010010111100011110110000001100011101011100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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