Html Css Color HEX #538F48 Hippie Green

📋 copy color: '#538F48'

red 83 ◦ green 143 ◦ blue 72

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

Shades of Hippie Green #538F48

Tints of Hippie Green #538F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.99%

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

R = 27.85%
G = 47.99%
B = 24.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#538F48 (or 0x538F48) is known color: Hippie Green. HEX triplet: 53, 8F and 48. RGB value is (83,143,72). Sum of RGB (Red+Green+Blue) = 83+143+72=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #538F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F48 is #AC70B7. Grayscale: #757575. Windows color (decimal): -11301048 or 4755283. OLE color: 4755283.

HSL color Cylindrical-coordinate representation of color #538F48: hue angle of 110.7º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538F48 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 72 -
CMYK 0.42 0 0.50 0.44
HSL 110.7º 0.33% 0.42% -
HSV(B) 110.7º 0.5% 0.56% -
XYZ 14.56 21.95 9.6 -
YUV 116.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 83 143 72 0.42 0 0.50 0.44 110.7 0.33 0.42
Hex 53 8F 48 2A 0 32 2C 6F 21 2A
Octal 123 217 110 52 0 62 54 157 41 52
Binary 1010011 10001111 1001000 101010 0 110010 101100 1101111 100001 101010

Color Harmonies of #538F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F48

Black with #538F48

Text Example


Text Example

White with #538F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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