#5d9f54

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

Shades of Hippie Green #5D9F54

Tints of Hippie Green #5D9F54

Color information

#5D9F54 (or 0x5D9F54) is unknown color: approx Hippie Green. HEX triplet: 5D, 9F and 54. RGB value is (93,159,84). Sum of RGB (Red+Green+Blue) = 93+159+84=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9F54 is #A260AB. Grayscale: #828282. Windows color (decimal): -10641580 or 5545821. OLE color: 5545821.

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

Color convert

RGB9315984-
CMYK0.4200.470.38
HSL112.8º30.86%47.65%-
HSV(B)112.8º47.17%62.35%-
XYZ18.5127.7612.77-
YUV130.72101.63101.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.68%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 84 (33.20% from 255) = 25%
R=27.68%
G=47.32%
B=25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93159840.4200.470.38112.830.8647.65
Hex5D9F542A02F26711f30
Octal13523712452057461613760
Binary10111011001111110101001010100101111100110111000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d9f54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,159,84); }

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

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

 a { background-color: rgb(93,159,84); }

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

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

 span { border-color: rgb(93,159,84); }

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