#42615A

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

Shades of Stromboli #42615A

Tints of Stromboli #42615A

Color information

#42615A (or 0x42615A) is unknown color: approx Stromboli. HEX triplet: 42, 61 and 5A. RGB value is (66,97,90). Sum of RGB (Red+Green+Blue) = 66+97+90=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #42615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42615A is #BD9EA5. Grayscale: #565656. Windows color (decimal): -12426918 or 5923138. OLE color: 5923138.

HSL color Cylindrical-coordinate representation of color #42615A: hue angle of 166.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42615A is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB669790-
CMYK0.3200.070.62
HSL166.45º19.02%31.96%-
HSV(B)166.45º31.96%38.04%-
XYZ8.3710.4511.25-
YUV86.93129.73113.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=26.09%
G=38.34%
B=35.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697900.3200.070.62166.4519.0231.96
Hex42615A20073Ea61320
Octal1021411324007762462340
Binary10000101100001101101010000001111111101010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42615A; }

 p { color: rgb(66,97,90); }

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

<style>
 a { background-color: #42615A; }

 a { background-color: rgb(66,97,90); }

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

<style>
 span { border-color: #42615A; }

 span { border-color: rgb(66,97,90); }

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