#537A3F

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

Shades of Fern Green #537A3F

Tints of Fern Green #537A3F

Color information

#537A3F (or 0x537A3F) is unknown color: approx Fern Green. HEX triplet: 53, 7A and 3F. RGB value is (83,122,63). Sum of RGB (Red+Green+Blue) = 83+122+63=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #537A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A3F is #AC85C0. Grayscale: #676767. Windows color (decimal): -11306433 or 4160083. OLE color: 4160083.

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

Color convert

RGB8312263-
CMYK0.3200.480.52
HSL99.66º31.89%36.27%-
HSV(B)99.66º48.36%47.84%-
XYZ11.4216.127.21-
YUV103.61105.08113.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 63 (25% from 255) = 23.51%
R=30.97%
G=45.52%
B=23.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122630.3200.480.5299.6631.8936.27
Hex537A3F2003034642024
Octal1231727740060641444044
Binary1010011111101011111110000001100001101001100100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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