#537A42

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

Shades of Fern Green #537A42

Tints of Fern Green #537A42

Color information

#537A42 (or 0x537A42) is unknown color: approx Fern Green. HEX triplet: 53, 7A and 42. RGB value is (83,122,66). Sum of RGB (Red+Green+Blue) = 83+122+66=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #537A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A42 is #AC85BD. Grayscale: #686868. Windows color (decimal): -11306430 or 4356691. OLE color: 4356691.

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

Color convert

RGB8312266-
CMYK0.3200.460.52
HSL101.79º29.79%36.86%-
HSV(B)101.79º45.9%47.84%-
XYZ11.5116.157.67-
YUV103.95106.58113.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=30.63%
G=45.02%
B=24.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122660.3200.460.52101.7929.7936.86
Hex537A422002E34661e25
Octal12317210240056641463645
Binary1010011111101010000101000000101110110100110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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