Html Css Color HEX #538C49 Hippie Green

📋 copy color: '#538C49'

red 83 ◦ green 140 ◦ blue 73

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

Shades of Hippie Green #538C49

Tints of Hippie Green #538C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.3%

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

R = 28.04%
G = 47.3%
B = 24.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#538C49 (or 0x538C49) is known color: Hippie Green. HEX triplet: 53, 8C and 49. RGB value is (83,140,73). Sum of RGB (Red+Green+Blue) = 83+140+73=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #538C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C49 is #AC73B6. Grayscale: #737373. Windows color (decimal): -11301815 or 4820051. OLE color: 4820051.

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

Color convert

RGB 83 140 73 -
CMYK 0.41 0 0.48 0.45
HSL 111.04º 0.31% 0.42% -
HSV(B) 111.04º 0.48% 0.55% -
XYZ 14.15 21.08 9.63 -
YUV 115.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 83 140 73 0.41 0 0.48 0.45 111.04 0.31 0.42
Hex 53 8C 49 29 0 30 2D 6F 1F 2A
Octal 123 214 111 51 0 60 55 157 37 52
Binary 1010011 10001100 1001001 101001 0 110000 101101 1101111 11111 101010

Color Harmonies of #538C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C49

Black with #538C49

Text Example


Text Example

White with #538C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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