#51874F

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

Shades of Hippie Green #51874F

Tints of Hippie Green #51874F

Color information

#51874F (or 0x51874F) is unknown color: approx Hippie Green. HEX triplet: 51, 87 and 4F. RGB value is (81,135,79). Sum of RGB (Red+Green+Blue) = 81+135+79=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #51874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51874F is #AE78B0. Grayscale: #707070. Windows color (decimal): -11434161 or 5211985. OLE color: 5211985.

HSL color Cylindrical-coordinate representation of color #51874F: hue angle of 117.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51874F is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB8113579-
CMYK0.4000.410.47
HSL117.86º26.17%41.96%-
HSV(B)117.86º41.48%52.94%-
XYZ13.4719.6410.48-
YUV112.47109.11105.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=27.46%
G=45.76%
B=26.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81135790.4000.410.47117.8626.1741.96
Hex51874F280292F761a2a
Octal12120711750051571663252
Binary10100011000011110011111010000101001101111111011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51874F; }

 p { color: rgb(81,135,79); }

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

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

 a { background-color: rgb(81,135,79); }

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

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

 span { border-color: rgb(81,135,79); }

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