#537A38

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

Shades of Fern Green #537A38

Tints of Fern Green #537A38

Color information

#537A38 (or 0x537A38) is unknown color: approx Fern Green. HEX triplet: 53, 7A and 38. RGB value is (83,122,56). Sum of RGB (Red+Green+Blue) = 83+122+56=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #537A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A38 is #AC85C7. Grayscale: #676767. Windows color (decimal): -11306440 or 3701331. OLE color: 3701331.

HSL color Cylindrical-coordinate representation of color #537A38: hue angle of 95.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537A38 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB8312256-
CMYK0.3200.540.52
HSL95.45º37.08%34.9%-
HSV(B)95.45º54.1%47.84%-
XYZ11.2416.046.25-
YUV102.81101.58113.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=31.80%
G=46.74%
B=21.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122560.3200.540.5295.4537.0834.9
Hex537A3820036345f2523
Octal1231727040066641374543
Binary1010011111101011100010000001101101101001011111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537A38; }

 p { color: rgb(83,122,56); }

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

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

 a { background-color: rgb(83,122,56); }

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

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

 span { border-color: rgb(83,122,56); }

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