#538A48

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

Shades of Fern Green #538A48

Tints of Fern Green #538A48

Color information

#538A48 (or 0x538A48) is unknown color: approx Fern Green. HEX triplet: 53, 8A and 48. RGB value is (83,138,72). Sum of RGB (Red+Green+Blue) = 83+138+72=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #538A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A48 is #AC75B7. Grayscale: #727272. Windows color (decimal): -11302328 or 4754003. OLE color: 4754003.

HSL color Cylindrical-coordinate representation of color #538A48: hue angle of 110º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #538A48 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB8313872-
CMYK0.4000.480.46
HSL110º31.43%41.18%-
HSV(B)110º47.83%54.12%-
XYZ13.8320.489.36-
YUV114.03104.28105.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=28.33%
G=47.10%
B=24.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83138720.4000.480.4611031.4341.18
Hex538A48280302E6e1f29
Octal12321211050060561563751
Binary10100111000101010010001010000110000101110110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,138,72); }

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

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

 a { background-color: rgb(83,138,72); }

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

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

 span { border-color: rgb(83,138,72); }

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