#42715B

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

Shades of Stromboli #42715B

Tints of Stromboli #42715B

Color information

#42715B (or 0x42715B) is unknown color: approx Stromboli. HEX triplet: 42, 71 and 5B. RGB value is (66,113,91). Sum of RGB (Red+Green+Blue) = 66+113+91=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #42715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42715B is #BD8EA4. Grayscale: #606060. Windows color (decimal): -12422821 or 5992770. OLE color: 5992770.

HSL color Cylindrical-coordinate representation of color #42715B: hue angle of 151.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42715B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB6611391-
CMYK0.4200.190.56
HSL151.91º26.26%35.1%-
HSV(B)151.91º41.59%44.31%-
XYZ10.0413.7212.02-
YUV96.44124.93106.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=24.44%
G=41.85%
B=33.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113910.4200.190.56151.9126.2635.1
Hex42715B2A01338981a23
Octal10216113352023702303243
Binary1000010111000110110111010100100111110001001100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42715B; }

 p { color: rgb(66,113,91); }

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

<style>
 a { background-color: #42715B; }

 a { background-color: rgb(66,113,91); }

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

<style>
 span { border-color: #42715B; }

 span { border-color: rgb(66,113,91); }

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