#538848

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

Shades of Fern Green #538848

Tints of Fern Green #538848

Color information

#538848 (or 0x538848) is unknown color: approx Fern Green. HEX triplet: 53, 88 and 48. RGB value is (83,136,72). Sum of RGB (Red+Green+Blue) = 83+136+72=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #538848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538848 is #AC77B7. Grayscale: #717171. Windows color (decimal): -11302840 or 4753491. OLE color: 4753491.

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

Color convert

RGB8313672-
CMYK0.3900.470.47
HSL109.69º30.77%40.78%-
HSV(B)109.69º47.06%53.33%-
XYZ13.5419.929.26-
YUV112.86104.94106.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=28.52%
G=46.74%
B=24.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136720.3900.470.47109.6930.7740.78
Hex5388482702F2F6e1f29
Octal12321011047057571563751
Binary10100111000100010010001001110101111101111110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538848; }

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

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

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

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

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

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

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

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