#42625A

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

Shades of Stromboli #42625A

Tints of Stromboli #42625A

Color information

#42625A (or 0x42625A) is unknown color: approx Stromboli. HEX triplet: 42, 62 and 5A. RGB value is (66,98,90). Sum of RGB (Red+Green+Blue) = 66+98+90=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #42625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625A is #BD9DA5. Grayscale: #575757. Windows color (decimal): -12426662 or 5923394. OLE color: 5923394.

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

Color convert

RGB669890-
CMYK0.3300.080.62
HSL165º19.51%32.16%-
HSV(B)165º32.65%38.43%-
XYZ8.4610.6311.28-
YUV87.52129.4112.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=25.98%
G=38.58%
B=35.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698900.3300.080.6216519.5132.16
Hex42625A21083Ea51420
Octal10214213241010762452440
Binary100001011000101011010100001010001111101010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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