#5B9264

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

Shades of Laurel #5B9264

Tints of Laurel #5B9264

Color information

#5B9264 (or 0x5B9264) is unknown color: approx Laurel. HEX triplet: 5B, 92 and 64. RGB value is (91,146,100). Sum of RGB (Red+Green+Blue) = 91+146+100=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9264 is #A46D9B. Grayscale: #7C7C7C. Windows color (decimal): -10775964 or 6591067. OLE color: 6591067.

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

Color convert

RGB91146100-
CMYK0.3800.320.43
HSL129.82º23.21%46.47%-
HSV(B)129.82º37.67%57.25%-
XYZ16.8923.715.74-
YUV124.31114.28104.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=27.00%
G=43.32%
B=29.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461000.3800.320.43129.8223.2146.47
Hex5B9264260202B82172e
Octal13322214446040532022756
Binary101101110010010110010010011001000001010111000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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