#51904C

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

Shades of Hippie Green #51904C

Tints of Hippie Green #51904C

Color information

#51904C (or 0x51904C) is unknown color: approx Hippie Green. HEX triplet: 51, 90 and 4C. RGB value is (81,144,76). Sum of RGB (Red+Green+Blue) = 81+144+76=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #51904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51904C is #AE6FB3. Grayscale: #757575. Windows color (decimal): -11431860 or 5017681. OLE color: 5017681.

HSL color Cylindrical-coordinate representation of color #51904C: hue angle of 115.59º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51904C is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB8114476-
CMYK0.4400.470.44
HSL115.59º30.91%43.14%-
HSV(B)115.59º47.22%56.47%-
XYZ14.6722.2210.35-
YUV117.41104.63102.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=26.91%
G=47.84%
B=25.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144760.4400.470.44115.5930.9143.14
Hex51904C2C02F2C741f2b
Octal12122011454057541643753
Binary10100011001000010011001011000101111101100111010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51904C; }

 p { color: rgb(81,144,76); }

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

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

 a { background-color: rgb(81,144,76); }

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

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

 span { border-color: rgb(81,144,76); }

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