Html Css Color HEX #508F48 Hippie Green

📋 copy color: '#508F48'

red 80 ◦ green 143 ◦ blue 72

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

Shades of Hippie Green #508F48

Tints of Hippie Green #508F48

RGB

 RED value IS 80 (31.64% from 255) = 27.12%

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

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

R = 27.12%
G = 48.47%
B = 24.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#508F48 (or 0x508F48) is known color: Hippie Green. HEX triplet: 50, 8F and 48. RGB value is (80,143,72). Sum of RGB (Red+Green+Blue) = 80+143+72=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #508F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F48 is #AF70B7. Grayscale: #747474. Windows color (decimal): -11497656 or 4755280. OLE color: 4755280.

HSL color Cylindrical-coordinate representation of color #508F48: hue angle of 113.24º 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 #508F48 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 143 72 -
CMYK 0.44 0 0.50 0.44
HSL 113.24º 0.33% 0.42% -
HSV(B) 113.24º 0.5% 0.56% -
XYZ 14.3 21.82 9.59 -
YUV 116.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 80 143 72 0.44 0 0.50 0.44 113.24 0.33 0.42
Hex 50 8F 48 2C 0 32 2C 71 21 2A
Octal 120 217 110 54 0 62 54 161 41 52
Binary 1010000 10001111 1001000 101100 0 110010 101100 1110001 100001 101010

Color Harmonies of #508F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F48

Black with #508F48

Text Example


Text Example

White with #508F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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