Html Css Color HEX #538548 Fern Green

📋 copy color: '#538548'

red 83 ◦ green 133 ◦ blue 72

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

Shades of Fern Green #538548

Tints of Fern Green #538548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

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

R = 28.82%
G = 46.18%
B = 25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#538548 (or 0x538548) is known color: Fern Green. HEX triplet: 53, 85 and 48. RGB value is (83,133,72). Sum of RGB (Red+Green+Blue) = 83+133+72=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #538548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538548 is #AC7AB7. Grayscale: #6F6F6F. Windows color (decimal): -11303608 or 4752723. OLE color: 4752723.

HSL color Cylindrical-coordinate representation of color #538548: hue angle of 109.18º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538548 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 72 -
CMYK 0.38 0 0.46 0.48
HSL 109.18º 0.3% 0.4% -
HSV(B) 109.18º 0.46% 0.52% -
XYZ 13.12 19.08 9.12 -
YUV 111.1 105.94 107.96 -
System Red Green Blue C M Y K H S L
Decimal 83 133 72 0.38 0 0.46 0.48 109.18 0.3 0.4
Hex 53 85 48 26 0 2E 30 6D 1E 28
Octal 123 205 110 46 0 56 60 155 36 50
Binary 1010011 10000101 1001000 100110 0 101110 110000 1101101 11110 101000

Color Harmonies of #538548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538548

Black with #538548

Text Example


Text Example

White with #538548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538548; }

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

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

background-color css

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

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

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

border-color css

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

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

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