#51904B

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

Shades of Hippie Green #51904B

Tints of Hippie Green #51904B

Color information

#51904B (or 0x51904B) is unknown color: approx Hippie Green. HEX triplet: 51, 90 and 4B. RGB value is (81,144,75). Sum of RGB (Red+Green+Blue) = 81+144+75=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #51904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51904B is #AE6FB4. Grayscale: #757575. Windows color (decimal): -11431861 or 4952145. OLE color: 4952145.

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

Color convert

RGB8114475-
CMYK0.4400.480.44
HSL114.78º31.51%42.94%-
HSV(B)114.78º47.92%56.47%-
XYZ14.6422.210.17-
YUV117.3104.13102.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 75 (29.69% from 255) = 25%
R=27%
G=48%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144750.4400.480.44114.7831.5142.94
Hex51904B2C0302C73202b
Octal12122011354060541634053
Binary101000110010000100101110110001100001011001110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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