#5B9949

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

Shades of Hippie Green #5B9949

Tints of Hippie Green #5B9949

Color information

#5B9949 (or 0x5B9949) is unknown color: approx Hippie Green. HEX triplet: 5B, 99 and 49. RGB value is (91,153,73). Sum of RGB (Red+Green+Blue) = 91+153+73=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9949 is #A466B6. Grayscale: #7D7D7D. Windows color (decimal): -10774199 or 4823387. OLE color: 4823387.

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

Color convert

RGB9115373-
CMYK0.4100.520.4
HSL106.5º35.4%44.31%-
HSV(B)106.5º52.29%60%-
XYZ16.9125.4910.33-
YUV125.3498.46103.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=28.71%
G=48.26%
B=23.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91153730.4100.520.4106.535.444.31
Hex5B994929034286a232c
Octal13323111151064501524354
Binary101101110011001100100110100101101001010001101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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