#5B9B48

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

Shades of Hippie Green #5B9B48

Tints of Hippie Green #5B9B48

Color information

#5B9B48 (or 0x5B9B48) is unknown color: approx Hippie Green. HEX triplet: 5B, 9B and 48. RGB value is (91,155,72). Sum of RGB (Red+Green+Blue) = 91+155+72=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9B48 is #A464B7. Grayscale: #7E7E7E. Windows color (decimal): -10773688 or 4758363. OLE color: 4758363.

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

Color convert

RGB9115572-
CMYK0.4100.540.39
HSL106.27º36.56%44.51%-
HSV(B)106.27º53.55%60.78%-
XYZ17.2126.1310.27-
YUV126.497.3102.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=28.62%
G=48.74%
B=22.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91155720.4100.540.39106.2736.5644.51
Hex5B9B4829036276a252d
Octal13323311051066471524555
Binary101101110011011100100010100101101101001111101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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