#537f33

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

Shades of Fern Green #537F33

Tints of Fern Green #537F33

Color information

#537F33 (or 0x537F33) is unknown color: approx Fern Green. HEX triplet: 53, 7F and 33. RGB value is (83,127,51). Sum of RGB (Red+Green+Blue) = 83+127+51=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #537F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F33 is #AC80CC. Grayscale: #696969. Windows color (decimal): -11305165 or 3374931. OLE color: 3374931.

HSL color Cylindrical-coordinate representation of color #537F33: hue angle of 94.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537F33 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB8312751-
CMYK0.3500.600.50
HSL94.74º42.7%34.9%-
HSV(B)94.74º59.84%49.8%-
XYZ11.7517.265.84-
YUV105.1897.42112.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=31.80%
G=48.66%
B=19.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127510.3500.600.5094.7442.734.9
Hex537F332303C325f2b23
Octal1231776343074621375343
Binary1010011111111111001110001101111001100101011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,127,51); }

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

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

 a { background-color: rgb(83,127,51); }

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

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

 span { border-color: rgb(83,127,51); }

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