#538648

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

Shades of Fern Green #538648

Tints of Fern Green #538648

Color information

#538648 (or 0x538648) is unknown color: approx Fern Green. HEX triplet: 53, 86 and 48. RGB value is (83,134,72). Sum of RGB (Red+Green+Blue) = 83+134+72=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #538648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538648 is #AC79B7. Grayscale: #6F6F6F. Windows color (decimal): -11303352 or 4752979. OLE color: 4752979.

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

Color convert

RGB8313472-
CMYK0.3800.460.47
HSL109.35º30.1%40.39%-
HSV(B)109.35º46.27%52.55%-
XYZ13.2619.369.17-
YUV111.68105.6107.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=28.72%
G=46.37%
B=24.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134720.3800.460.47109.3530.140.39
Hex5386482602E2F6d1e28
Octal12320611046056571553650
Binary10100111000011010010001001100101110101111110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538648; }

 p { color: rgb(83,134,72); }

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

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

 a { background-color: rgb(83,134,72); }

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

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

 span { border-color: rgb(83,134,72); }

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