#5F9F53

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

Shades of Hippie Green #5F9F53

Tints of Hippie Green #5F9F53

Color information

#5F9F53 (or 0x5F9F53) is unknown color: approx Hippie Green. HEX triplet: 5F, 9F and 53. RGB value is (95,159,83). Sum of RGB (Red+Green+Blue) = 95+159+83=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F53 is #A060AC. Grayscale: #838383. Windows color (decimal): -10510509 or 5480287. OLE color: 5480287.

HSL color Cylindrical-coordinate representation of color #5F9F53: hue angle of 110.53º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F9F53 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB9515983-
CMYK0.4000.480.38
HSL110.53º31.4%47.45%-
HSV(B)110.53º47.8%62.35%-
XYZ18.6827.8512.58-
YUV131.2100.8102.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=28.19%
G=47.18%
B=24.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95159830.4000.480.38110.5331.447.45
Hex5F9F5328030266f1f2f
Octal13723712350060461573757
Binary10111111001111110100111010000110000100110110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,159,83); }

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

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

 a { background-color: rgb(95,159,83); }

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

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

 span { border-color: rgb(95,159,83); }

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