Html Css Color HEX #508B4A Hippie Green

📋 copy color: '#508B4A'

red 80 ◦ green 139 ◦ blue 74

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

Shades of Hippie Green #508B4A

Tints of Hippie Green #508B4A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 27.3%
G = 47.44%
B = 25.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#508B4A (or 0x508B4A) is known color: Hippie Green. HEX triplet: 50, 8B and 4A. RGB value is (80,139,74). Sum of RGB (Red+Green+Blue) = 80+139+74=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #508B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B4A is #AF74B5. Grayscale: #727272. Windows color (decimal): -11498678 or 4885328. OLE color: 4885328.

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

Color convert

RGB 80 139 74 -
CMYK 0.42 0 0.47 0.45
HSL 114.46º 0.31% 0.42% -
HSV(B) 114.46º 0.47% 0.55% -
XYZ 13.78 20.67 9.74 -
YUV 113.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 80 139 74 0.42 0 0.47 0.45 114.46 0.31 0.42
Hex 50 8B 4A 2A 0 2F 2D 72 1F 2A
Octal 120 213 112 52 0 57 55 162 37 52
Binary 1010000 10001011 1001010 101010 0 101111 101101 1110010 11111 101010

Color Harmonies of #508B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B4A

Black with #508B4A

Text Example


Text Example

White with #508B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,74); }

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

background-color css

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

 a { background-color: rgb(80,139,74); }

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

border-color css

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

 span { border-color: rgb(80,139,74); }

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