Html Css Color HEX #42625D Stromboli

📋 copy color: '#42625D'

red 66 ◦ green 98 ◦ blue 93

#42625D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #42625D

Tints of Stromboli #42625D

RGB

 RED value IS 66 (26.17% from 255) = 25.68%

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 25.68%
G = 38.13%
B = 36.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#42625D (or 0x42625D) is known color: Stromboli. HEX triplet: 42, 62 and 5D. RGB value is (66,98,93). Sum of RGB (Red+Green+Blue) = 66+98+93=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #42625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625D is #BD9DA2. Grayscale: #575757. Windows color (decimal): -12426659 or 6120002. OLE color: 6120002.

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

Color convert

RGB 66 98 93 -
CMYK 0.33 0 0.05 0.62
HSL 170.63º 0.2% 0.32% -
HSV(B) 170.63º 0.33% 0.38% -
XYZ 8.59 10.68 11.97 -
YUV 87.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 66 98 93 0.33 0 0.05 0.62 170.63 0.2 0.32
Hex 42 62 5D 21 0 5 3E AB 14 20
Octal 102 142 135 41 0 5 76 253 24 40
Binary 1000010 1100010 1011101 100001 0 101 111110 10101011 10100 100000

Color Harmonies of #42625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42625D

Black with #42625D

Text Example


Text Example

White with #42625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42625D;
 }
 .AnyTagClassName
 {
   color: #42625D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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