#53784E

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

Shades of Fern Green #53784E

Tints of Fern Green #53784E

Color information

#53784E (or 0x53784E) is unknown color: approx Fern Green. HEX triplet: 53, 78 and 4E. RGB value is (83,120,78). Sum of RGB (Red+Green+Blue) = 83+120+78=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #53784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53784E is #AC87B1. Grayscale: #686868. Windows color (decimal): -11306930 or 5142611. OLE color: 5142611.

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

Color convert

RGB8312078-
CMYK0.3100.350.53
HSL112.86º21.21%38.82%-
HSV(B)112.86º35%47.06%-
XYZ11.6615.829.65-
YUV104.15113.24112.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=29.54%
G=42.70%
B=27.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120780.3100.350.53112.8621.2138.82
Hex53784E1F02335711527
Octal12317011637043651612547
Binary101001111110001001110111110100011110101111000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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