#5B9164

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

Shades of Laurel #5B9164

Tints of Laurel #5B9164

Color information

#5B9164 (or 0x5B9164) is unknown color: approx Laurel. HEX triplet: 5B, 91 and 64. RGB value is (91,145,100). Sum of RGB (Red+Green+Blue) = 91+145+100=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9164 is #A46E9B. Grayscale: #7B7B7B. Windows color (decimal): -10776220 or 6590811. OLE color: 6590811.

HSL color Cylindrical-coordinate representation of color #5B9164: hue angle of 130º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9164 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB91145100-
CMYK0.3700.310.43
HSL130º22.88%46.27%-
HSV(B)130º37.24%56.86%-
XYZ16.7423.415.69-
YUV123.72114.61104.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=27.08%
G=43.15%
B=29.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451000.3700.310.4313022.8846.27
Hex5B91642501F2B82172e
Octal13322114445037532022756
Binary10110111001000111001001001010111111010111000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,100); }

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

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

 a { background-color: rgb(91,145,100); }

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

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

 span { border-color: rgb(91,145,100); }

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