#4B6D60

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

Shades of Stromboli #4B6D60

Tints of Stromboli #4B6D60

Color information

#4B6D60 (or 0x4B6D60) is unknown color: approx Stromboli. HEX triplet: 4B, 6D and 60. RGB value is (75,109,96). Sum of RGB (Red+Green+Blue) = 75+109+96=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D60 is #B4929F. Grayscale: #616161. Windows color (decimal): -11834016 or 6319435. OLE color: 6319435.

HSL color Cylindrical-coordinate representation of color #4B6D60: hue angle of 157.06º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D60 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB7510996-
CMYK0.3100.120.57
HSL157.06º18.48%36.08%-
HSV(B)157.06º31.19%42.75%-
XYZ10.4813.2813.08-
YUV97.35127.24112.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=26.79%
G=38.93%
B=34.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75109960.3100.120.57157.0618.4836.08
Hex4B6D601F0C399d1224
Octal11315514037014712352244
Binary10010111101101110000011111011001110011001110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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