#53794A

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

Shades of Fern Green #53794A

Tints of Fern Green #53794A

Color information

#53794A (or 0x53794A) is unknown color: approx Fern Green. HEX triplet: 53, 79 and 4A. RGB value is (83,121,74). Sum of RGB (Red+Green+Blue) = 83+121+74=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #53794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53794A is #AC86B5. Grayscale: #686868. Windows color (decimal): -11306678 or 4880723. OLE color: 4880723.

HSL color Cylindrical-coordinate representation of color #53794A: hue angle of 108.51º 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 #53794A is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB8312174-
CMYK0.3100.390.53
HSL108.51º24.1%38.24%-
HSV(B)108.51º38.84%47.45%-
XYZ11.6416.018.95-
YUV104.28110.91112.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=29.86%
G=43.53%
B=26.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121740.3100.390.53108.5124.138.24
Hex53794A1F027356d1826
Octal12317111237047651553046
Binary101001111110011001010111110100111110101110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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