#5B9948

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

Shades of Hippie Green #5B9948

Tints of Hippie Green #5B9948

Color information

#5B9948 (or 0x5B9948) is unknown color: approx Hippie Green. HEX triplet: 5B, 99 and 48. RGB value is (91,153,72). Sum of RGB (Red+Green+Blue) = 91+153+72=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9948 is #A466B7. Grayscale: #7D7D7D. Windows color (decimal): -10774200 or 4757851. OLE color: 4757851.

HSL color Cylindrical-coordinate representation of color #5B9948: hue angle of 105.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B9948 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB9115372-
CMYK0.4100.530.4
HSL105.93º36%44.12%-
HSV(B)105.93º52.94%60%-
XYZ16.8825.4710.16-
YUV125.2397.96103.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=28.80%
G=48.42%
B=22.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91153720.4100.530.4105.933644.12
Hex5B994829035286a242c
Octal13323111051065501524454
Binary101101110011001100100010100101101011010001101010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,153,72); }

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

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

 a { background-color: rgb(91,153,72); }

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

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

 span { border-color: rgb(91,153,72); }

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