#5F9F52

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

Shades of Hippie Green #5F9F52

Tints of Hippie Green #5F9F52

Color information

#5F9F52 (or 0x5F9F52) is unknown color: approx Hippie Green. HEX triplet: 5F, 9F and 52. RGB value is (95,159,82). Sum of RGB (Red+Green+Blue) = 95+159+82=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F52 is #A060AD. Grayscale: #838383. Windows color (decimal): -10510510 or 5414751. OLE color: 5414751.

HSL color Cylindrical-coordinate representation of color #5F9F52: hue angle of 109.87º degrees, saturation: 0.32, 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 #5F9F52 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB9515982-
CMYK0.4000.480.38
HSL109.87º31.95%47.25%-
HSV(B)109.87º48.43%62.35%-
XYZ18.6427.8412.37-
YUV131.09100.3102.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=28.27%
G=47.32%
B=24.40%

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
Decimal95159820.4000.480.38109.8731.9547.25
Hex5F9F5228030266e202f
Octal13723712250060461564057
Binary101111110011111101001010100001100001001101101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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