#537541

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

Shades of Fern Green #537541

Tints of Fern Green #537541

Color information

#537541 (or 0x537541) is unknown color: approx Fern Green. HEX triplet: 53, 75 and 41. RGB value is (83,117,65). Sum of RGB (Red+Green+Blue) = 83+117+65=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #537541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537541 is #AC8ABE. Grayscale: #656565. Windows color (decimal): -11307711 or 4289875. OLE color: 4289875.

HSL color Cylindrical-coordinate representation of color #537541: hue angle of 99.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537541 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB8311765-
CMYK0.2900.440.54
HSL99.23º28.57%35.69%-
HSV(B)99.23º44.44%45.88%-
XYZ10.8814.947.31-
YUV100.91107.74115.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=31.32%
G=44.15%
B=24.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117650.2900.440.5499.2328.5735.69
Hex5375411D02C36631d24
Octal12316510135054661433544
Binary101001111101011000001111010101100110110110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537541; }

 p { color: rgb(83,117,65); }

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

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

 a { background-color: rgb(83,117,65); }

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

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

 span { border-color: rgb(83,117,65); }

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