Html Css Color HEX #538D48 Fern Green

📋 copy color: '#538D48'

red 83 ◦ green 141 ◦ blue 72

#538D48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #538D48

Tints of Fern Green #538D48

RGB

 RED value IS 83 (32.81% from 255) = 28.04%

 GREEN value IS 141 (55.47% from 255) = 47.64%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 28.04%
G = 47.64%
B = 24.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#538D48 (or 0x538D48) is known color: Fern Green. HEX triplet: 53, 8D and 48. RGB value is (83,141,72). Sum of RGB (Red+Green+Blue) = 83+141+72=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #538D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538D48 is #AC72B7. Grayscale: #747474. Windows color (decimal): -11301560 or 4754771. OLE color: 4754771.

HSL color Cylindrical-coordinate representation of color #538D48: hue angle of 110.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538D48 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 141 72 -
CMYK 0.41 0 0.49 0.45
HSL 110.43º 0.32% 0.42% -
HSV(B) 110.43º 0.49% 0.55% -
XYZ 14.26 21.36 9.5 -
YUV 115.79 103.28 104.61 -
System Red Green Blue C M Y K H S L
Decimal 83 141 72 0.41 0 0.49 0.45 110.43 0.32 0.42
Hex 53 8D 48 29 0 31 2D 6E 20 2A
Octal 123 215 110 51 0 61 55 156 40 52
Binary 1010011 10001101 1001000 101001 0 110001 101101 1101110 100000 101010

Color Harmonies of #538D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D48

Black with #538D48

Text Example


Text Example

White with #538D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #538D48;
 }
 .AnyTagClassName
 {
   color: #538D48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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