#518953

Color #518953 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #518953

Tints of Hippie Green #518953

Color information

#518953 (or 0x518953) is unknown color: approx Hippie Green. HEX triplet: 51, 89 and 53. RGB value is (81,137,83). Sum of RGB (Red+Green+Blue) = 81+137+83=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #518953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518953 is #AE76AC. Grayscale: #727272. Windows color (decimal): -11433645 or 5474641. OLE color: 5474641.

HSL color Cylindrical-coordinate representation of color #518953: hue angle of 122.14º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518953 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB8113783-
CMYK0.4100.390.46
HSL122.14º25.69%42.75%-
HSV(B)122.14º40.88%53.73%-
XYZ13.920.2711.36-
YUV114.1110.45104.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=26.91%
G=45.51%
B=27.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81137830.4100.390.46122.1425.6942.75
Hex518953290272E7a1a2b
Octal12121112351047561723253
Binary10100011000100110100111010010100111101110111101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518953; }

 p { color: rgb(81,137,83); }

 H1.HeaderClassName
 {
   color: #518953;
 }
 .AnyTagClassName
 {
   color: #518953;
 }
</style>
background-color css

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

 a { background-color: rgb(81,137,83); }

 div.DivClassName
 {
   background-color: #518953;
 }
 .BgClassName
 {
   background-color: #518953;
 }
</style>
border-color css

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

 span { border-color: rgb(81,137,83); }

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