#52794A

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

Shades of Fern Green #52794A

Tints of Fern Green #52794A

Color information

#52794A (or 0x52794A) is unknown color: approx Fern Green. HEX triplet: 52, 79 and 4A. RGB value is (82,121,74). Sum of RGB (Red+Green+Blue) = 82+121+74=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #52794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52794A is #AD86B5. Grayscale: #686868. Windows color (decimal): -11372214 or 4880722. OLE color: 4880722.

HSL color Cylindrical-coordinate representation of color #52794A: hue angle of 109.79º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52794A is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB8212174-
CMYK0.3200.390.53
HSL109.79º24.1%38.24%-
HSV(B)109.79º38.84%47.45%-
XYZ11.5515.968.95-
YUV103.98111.08112.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=29.60%
G=43.68%
B=26.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121740.3200.390.53109.7924.138.24
Hex52794A20027356e1826
Octal12217111240047651563046
Binary1010010111100110010101000000100111110101110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52794A; }

 p { color: rgb(82,121,74); }

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

<style>
 a { background-color: #52794A; }

 a { background-color: rgb(82,121,74); }

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

<style>
 span { border-color: #52794A; }

 span { border-color: rgb(82,121,74); }

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