#538F46

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

Shades of Fern Green #538F46

Tints of Fern Green #538F46

Color information

#538F46 (or 0x538F46) is unknown color: approx Fern Green. HEX triplet: 53, 8F and 46. RGB value is (83,143,70). Sum of RGB (Red+Green+Blue) = 83+143+70=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #538F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F46 is #AC70B9. Grayscale: #747474. Windows color (decimal): -11301050 or 4624211. OLE color: 4624211.

HSL color Cylindrical-coordinate representation of color #538F46: hue angle of 109.32º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538F46 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB8314370-
CMYK0.4200.510.44
HSL109.32º34.27%41.76%-
HSV(B)109.32º51.05%56.08%-
XYZ14.521.939.26-
YUV116.74101.62103.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 143 (56.25% from 255) = 48.31%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=28.04%
G=48.31%
B=23.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83143700.4200.510.44109.3234.2741.76
Hex538F462A0332C6d222a
Octal12321710652063541554252
Binary101001110001111100011010101001100111011001101101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538F46; }

 p { color: rgb(83,143,70); }

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

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

 a { background-color: rgb(83,143,70); }

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

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

 span { border-color: rgb(83,143,70); }

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