#51894B

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

Shades of Hippie Green #51894B

Tints of Hippie Green #51894B

Color information

#51894B (or 0x51894B) is unknown color: approx Hippie Green. HEX triplet: 51, 89 and 4B. RGB value is (81,137,75). Sum of RGB (Red+Green+Blue) = 81+137+75=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #51894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51894B is #AE76B4. Grayscale: #717171. Windows color (decimal): -11433653 or 4950353. OLE color: 4950353.

HSL color Cylindrical-coordinate representation of color #51894B: hue angle of 114.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51894B is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB8113775-
CMYK0.4100.450.46
HSL114.19º29.25%41.57%-
HSV(B)114.19º45.26%53.73%-
XYZ13.6120.159.83-
YUV113.19106.45105.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=27.65%
G=46.76%
B=25.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81137750.4100.450.46114.1929.2541.57
Hex51894B2902D2E721d2a
Octal12121111351055561623552
Binary10100011000100110010111010010101101101110111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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