#42625C

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

Shades of Stromboli #42625C

Tints of Stromboli #42625C

Color information

#42625C (or 0x42625C) is unknown color: approx Stromboli. HEX triplet: 42, 62 and 5C. RGB value is (66,98,92). Sum of RGB (Red+Green+Blue) = 66+98+92=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #42625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625C is #BD9DA3. Grayscale: #575757. Windows color (decimal): -12426660 or 6054466. OLE color: 6054466.

HSL color Cylindrical-coordinate representation of color #42625C: hue angle of 168.75º 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 #42625C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB669892-
CMYK0.3300.060.62
HSL168.75º19.51%32.16%-
HSV(B)168.75º32.65%38.43%-
XYZ8.5510.6711.73-
YUV87.75130.4112.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=25.78%
G=38.28%
B=35.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698920.3300.060.62168.7519.5132.16
Hex42625C21063Ea91420
Octal1021421344106762512440
Binary10000101100010101110010000101101111101010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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