#5F944E

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

Shades of Hippie Green #5F944E

Tints of Hippie Green #5F944E

Color information

#5F944E (or 0x5F944E) is unknown color: approx Hippie Green. HEX triplet: 5F, 94 and 4E. RGB value is (95,148,78). Sum of RGB (Red+Green+Blue) = 95+148+78=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #5F944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F944E is #A06BB1. Grayscale: #7C7C7C. Windows color (decimal): -10513330 or 5149791. OLE color: 5149791.

HSL color Cylindrical-coordinate representation of color #5F944E: hue angle of 105.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F944E is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB9514878-
CMYK0.3600.470.42
HSL105.43º30.97%44.31%-
HSV(B)105.43º47.3%58.04%-
XYZ16.6824.1610.99-
YUV124.17101.94107.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=29.60%
G=46.11%
B=24.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95148780.3600.470.42105.4330.9744.31
Hex5F944E2402F2A691f2c
Octal13722411644057521513754
Binary10111111001010010011101001000101111101010110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F944E; }

 p { color: rgb(95,148,78); }

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

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

 a { background-color: rgb(95,148,78); }

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

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

 span { border-color: rgb(95,148,78); }

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