#42635B

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

Shades of Stromboli #42635B

Tints of Stromboli #42635B

Color information

#42635B (or 0x42635B) is unknown color: approx Stromboli. HEX triplet: 42, 63 and 5B. RGB value is (66,99,91). Sum of RGB (Red+Green+Blue) = 66+99+91=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #42635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42635B is #BD9CA4. Grayscale: #585858. Windows color (decimal): -12426405 or 5989186. OLE color: 5989186.

HSL color Cylindrical-coordinate representation of color #42635B: hue angle of 165.45º 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 #42635B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB669991-
CMYK0.3300.080.61
HSL165.45º20%32.35%-
HSV(B)165.45º33.33%38.82%-
XYZ8.610.8411.54-
YUV88.22129.57112.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=25.78%
G=38.67%
B=35.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699910.3300.080.61165.452032.35
Hex42635B21083Da51420
Octal10214313341010752452440
Binary100001011000111011011100001010001111011010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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