Html Css Color HEX #518B4A Hippie Green

📋 copy color: '#518B4A'

red 81 ◦ green 139 ◦ blue 74

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

Shades of Hippie Green #518B4A

Tints of Hippie Green #518B4A

RGB

 RED value IS 81 (32.03% from 255) = 27.55%

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

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

R = 27.55%
G = 47.28%
B = 25.17%

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

#518B4A (or 0x518B4A) is known color: Hippie Green. HEX triplet: 51, 8B and 4A. RGB value is (81,139,74). Sum of RGB (Red+Green+Blue) = 81+139+74=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #518B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B4A is #AE74B5. Grayscale: #727272. Windows color (decimal): -11433142 or 4885329. OLE color: 4885329.

HSL color Cylindrical-coordinate representation of color #518B4A: hue angle of 113.54º 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 #518B4A is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 139 74 -
CMYK 0.42 0 0.47 0.45
HSL 113.54º 0.31% 0.42% -
HSV(B) 113.54º 0.47% 0.55% -
XYZ 13.86 20.71 9.75 -
YUV 114.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 81 139 74 0.42 0 0.47 0.45 113.54 0.31 0.42
Hex 51 8B 4A 2A 0 2F 2D 72 1F 2A
Octal 121 213 112 52 0 57 55 162 37 52
Binary 1010001 10001011 1001010 101010 0 101111 101101 1110010 11111 101010

Color Harmonies of #518B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B4A

Black with #518B4A

Text Example


Text Example

White with #518B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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