#4B6960

Color #4B6960 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #4B6960

Tints of Stromboli #4B6960

Color information

#4B6960 (or 0x4B6960) is unknown color: approx Stromboli. HEX triplet: 4B, 69 and 60. RGB value is (75,105,96). Sum of RGB (Red+Green+Blue) = 75+105+96=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6960 is #B4969F. Grayscale: #5F5F5F. Windows color (decimal): -11835040 or 6318411. OLE color: 6318411.

HSL color Cylindrical-coordinate representation of color #4B6960: hue angle of 162º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6960 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB7510596-
CMYK0.2900.090.59
HSL162º16.67%35.29%-
HSV(B)162º28.57%41.18%-
XYZ10.0612.4412.94-
YUV95128.56113.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=27.17%
G=38.04%
B=34.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105960.2900.090.5916216.6735.29
Hex4B69601D093Ba21123
Octal11315114035011732422143
Binary10010111101001110000011101010011110111010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B6960; }

 p { color: rgb(75,105,96); }

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

<style>
 a { background-color: #4B6960; }

 a { background-color: rgb(75,105,96); }

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

<style>
 span { border-color: #4B6960; }

 span { border-color: rgb(75,105,96); }

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