#5B9268

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

Shades of Laurel #5B9268

Tints of Laurel #5B9268

Color information

#5B9268 (or 0x5B9268) is unknown color: approx Laurel. HEX triplet: 5B, 92 and 68. RGB value is (91,146,104). Sum of RGB (Red+Green+Blue) = 91+146+104=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9268 is #A46D97. Grayscale: #7C7C7C. Windows color (decimal): -10775960 or 6853211. OLE color: 6853211.

HSL color Cylindrical-coordinate representation of color #5B9268: hue angle of 134.18º 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 #5B9268 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB91146104-
CMYK0.3800.290.43
HSL134.18º23.21%46.47%-
HSV(B)134.18º37.67%57.25%-
XYZ17.0923.7816.79-
YUV124.77116.28103.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.69%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=26.69%
G=42.82%
B=30.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461040.3800.290.43134.1823.2146.47
Hex5B92682601D2B86172e
Octal13322215046035532062756
Binary10110111001001011010001001100111011010111000011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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