#5F9C52

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

Shades of Hippie Green #5F9C52

Tints of Hippie Green #5F9C52

Color information

#5F9C52 (or 0x5F9C52) is unknown color: approx Hippie Green. HEX triplet: 5F, 9C and 52. RGB value is (95,156,82). Sum of RGB (Red+Green+Blue) = 95+156+82=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C52 is #A063AD. Grayscale: #818181. Windows color (decimal): -10511278 or 5413983. OLE color: 5413983.

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

Color convert

RGB9515682-
CMYK0.3900.470.39
HSL109.46º31.09%46.67%-
HSV(B)109.46º47.44%61.18%-
XYZ18.1326.8212.2-
YUV129.32101.29103.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=28.53%
G=46.85%
B=24.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156820.3900.470.39109.4631.0946.67
Hex5F9C522702F276d1f2f
Octal13723412247057471553757
Binary10111111001110010100101001110101111100111110110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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