#5B9360

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

Shades of Hippie Green #5B9360

Tints of Hippie Green #5B9360

Color information

#5B9360 (or 0x5B9360) is unknown color: approx Hippie Green. HEX triplet: 5B, 93 and 60. RGB value is (91,147,96). Sum of RGB (Red+Green+Blue) = 91+147+96=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9360 is #A46C9F. Grayscale: #7C7C7C. Windows color (decimal): -10775712 or 6329179. OLE color: 6329179.

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

Color convert

RGB9114796-
CMYK0.3800.350.42
HSL125.36º23.53%46.67%-
HSV(B)125.36º38.1%57.65%-
XYZ16.8623.9414.8-
YUV124.44111.95104.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=27.25%
G=44.01%
B=28.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91147960.3800.350.42125.3623.5346.67
Hex5B9360260232A7d182f
Octal13322314046043521753057
Binary10110111001001111000001001100100011101010111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,96); }

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

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

 a { background-color: rgb(91,147,96); }

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

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

 span { border-color: rgb(91,147,96); }

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