Html Css Color HEX #508B52 Hippie Green

📋 copy color: '#508B52'

red 80 ◦ green 139 ◦ blue 82

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

Shades of Hippie Green #508B52

Tints of Hippie Green #508B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 26.58%
G = 46.18%
B = 27.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#508B52 (or 0x508B52) is known color: Hippie Green. HEX triplet: 50, 8B and 52. RGB value is (80,139,82). Sum of RGB (Red+Green+Blue) = 80+139+82=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #508B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B52 is #AF74AD. Grayscale: #737373. Windows color (decimal): -11498670 or 5409616. OLE color: 5409616.

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

Color convert

RGB 80 139 82 -
CMYK 0.42 0 0.41 0.45
HSL 122.03º 0.27% 0.43% -
HSV(B) 122.03º 0.42% 0.55% -
XYZ 14.06 20.78 11.25 -
YUV 114.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 80 139 82 0.42 0 0.41 0.45 122.03 0.27 0.43
Hex 50 8B 52 2A 0 29 2D 7A 1B 2B
Octal 120 213 122 52 0 51 55 172 33 53
Binary 1010000 10001011 1010010 101010 0 101001 101101 1111010 11011 101011

Color Harmonies of #508B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B52

Black with #508B52

Text Example


Text Example

White with #508B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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