#538E3C

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

Shades of Fern Green #538E3C

Tints of Fern Green #538E3C

Color information

#538E3C (or 0x538E3C) is unknown color: approx Fern Green. HEX triplet: 53, 8E and 3C. RGB value is (83,142,60). Sum of RGB (Red+Green+Blue) = 83+142+60=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #538E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538E3C is #AC71C3. Grayscale: #737373. Windows color (decimal): -11301316 or 3968595. OLE color: 3968595.

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

Color convert

RGB8314260-
CMYK0.4200.580.44
HSL103.17º40.59%39.61%-
HSV(B)103.17º57.75%55.69%-
XYZ14.0621.517.69-
YUV115.0196.95105.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=29.12%
G=49.82%
B=21.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83142600.4200.580.44103.1740.5939.61
Hex538E3C2A03A2C672928
Octal1232167452072541475150
Binary10100111000111011110010101001110101011001100111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,142,60); }

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

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

 a { background-color: rgb(83,142,60); }

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

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

 span { border-color: rgb(83,142,60); }

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