#53784A

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

Shades of Fern Green #53784A

Tints of Fern Green #53784A

Color information

#53784A (or 0x53784A) is unknown color: approx Fern Green. HEX triplet: 53, 78 and 4A. RGB value is (83,120,74). Sum of RGB (Red+Green+Blue) = 83+120+74=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #53784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53784A is #AC87B5. Grayscale: #676767. Windows color (decimal): -11306934 or 4880467. OLE color: 4880467.

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

Color convert

RGB8312074-
CMYK0.3100.380.53
HSL108.26º23.71%38.04%-
HSV(B)108.26º38.33%47.06%-
XYZ11.5215.778.91-
YUV103.69111.24113.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=29.96%
G=43.32%
B=26.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120740.3100.380.53108.2623.7138.04
Hex53784A1F026356c1826
Octal12317011237046651543046
Binary101001111110001001010111110100110110101110110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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