Html Css Color HEX #538A49 Fern Green

📋 copy color: '#538A49'

red 83 ◦ green 138 ◦ blue 73

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

Shades of Fern Green #538A49

Tints of Fern Green #538A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.94%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 28.23%
G = 46.94%
B = 24.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#538A49 (or 0x538A49) is known color: Fern Green. HEX triplet: 53, 8A and 49. RGB value is (83,138,73). Sum of RGB (Red+Green+Blue) = 83+138+73=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #538A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A49 is #AC75B6. Grayscale: #727272. Windows color (decimal): -11302327 or 4819539. OLE color: 4819539.

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

Color convert

RGB 83 138 73 -
CMYK 0.40 0 0.47 0.46
HSL 110.77º 0.31% 0.41% -
HSV(B) 110.77º 0.47% 0.54% -
XYZ 13.86 20.5 9.53 -
YUV 114.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 83 138 73 0.40 0 0.47 0.46 110.77 0.31 0.41
Hex 53 8A 49 28 0 2F 2E 6F 1F 29
Octal 123 212 111 50 0 57 56 157 37 51
Binary 1010011 10001010 1001001 101000 0 101111 101110 1101111 11111 101001

Color Harmonies of #538A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A49

Black with #538A49

Text Example


Text Example

White with #538A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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