Html Css Color HEX #42645B Stromboli

📋 copy color: '#42645B'

red 66 ◦ green 100 ◦ blue 91

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

Shades of Stromboli #42645B

Tints of Stromboli #42645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.91%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 25.68%
G = 38.91%
B = 35.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#42645B (or 0x42645B) is known color: Stromboli. HEX triplet: 42, 64 and 5B. RGB value is (66,100,91). Sum of RGB (Red+Green+Blue) = 66+100+91=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #42645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42645B is #BD9BA4. Grayscale: #585858. Windows color (decimal): -12426149 or 5989442. OLE color: 5989442.

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

Color convert

RGB 66 100 91 -
CMYK 0.34 0 0.09 0.61
HSL 164.12º 0.2% 0.33% -
HSV(B) 164.12º 0.34% 0.39% -
XYZ 8.69 11.03 11.57 -
YUV 88.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 66 100 91 0.34 0 0.09 0.61 164.12 0.2 0.33
Hex 42 64 5B 22 0 9 3D A4 14 21
Octal 102 144 133 42 0 11 75 244 24 41
Binary 1000010 1100100 1011011 100010 0 1001 111101 10100100 10100 100001

Color Harmonies of #42645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42645B

Black with #42645B

Text Example


Text Example

White with #42645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42645B;
 }
 .AnyTagClassName
 {
   color: #42645B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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