Html Css Color HEX #538249 Fern Green

📋 copy color: '#538249'

red 83 ◦ green 130 ◦ blue 73

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

Shades of Fern Green #538249

Tints of Fern Green #538249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 29.02%
G = 45.45%
B = 25.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#538249 (or 0x538249) is known color: Fern Green. HEX triplet: 53, 82 and 49. RGB value is (83,130,73). Sum of RGB (Red+Green+Blue) = 83+130+73=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #538249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538249 is #AC7DB6. Grayscale: #6D6D6D. Windows color (decimal): -11304375 or 4817491. OLE color: 4817491.

HSL color Cylindrical-coordinate representation of color #538249: hue angle of 109.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538249 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 73 -
CMYK 0.36 0 0.44 0.49
HSL 109.47º 0.28% 0.4% -
HSV(B) 109.47º 0.44% 0.51% -
XYZ 12.75 18.29 9.16 -
YUV 109.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 83 130 73 0.36 0 0.44 0.49 109.47 0.28 0.4
Hex 53 82 49 24 0 2C 31 6D 1C 28
Octal 123 202 111 44 0 54 61 155 34 50
Binary 1010011 10000010 1001001 100100 0 101100 110001 1101101 11100 101000

Color Harmonies of #538249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538249

Black with #538249

Text Example


Text Example

White with #538249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538249; }

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

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

background-color css

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

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

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

border-color css

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

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

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