#42635E

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

Shades of Stromboli #42635E

Tints of Stromboli #42635E

Color information

#42635E (or 0x42635E) is unknown color: approx Stromboli. HEX triplet: 42, 63 and 5E. RGB value is (66,99,94). Sum of RGB (Red+Green+Blue) = 66+99+94=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #42635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42635E is #BD9CA1. Grayscale: #585858. Windows color (decimal): -12426402 or 6185794. OLE color: 6185794.

HSL color Cylindrical-coordinate representation of color #42635E: hue angle of 170.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42635E is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB669994-
CMYK0.3300.050.61
HSL170.91º20%32.35%-
HSV(B)170.91º33.33%38.82%-
XYZ8.7310.8912.23-
YUV88.56131.07111.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=25.48%
G=38.22%
B=36.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699940.3300.050.61170.912032.35
Hex42635E21053Dab1420
Octal1021431364105752532440
Binary10000101100011101111010000101011111011010101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42635E; }

 p { color: rgb(66,99,94); }

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

<style>
 a { background-color: #42635E; }

 a { background-color: rgb(66,99,94); }

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

<style>
 span { border-color: #42635E; }

 span { border-color: rgb(66,99,94); }

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