Html Css Color HEX #42645F Stromboli

📋 copy color: '#42645F'

red 66 ◦ green 100 ◦ blue 95

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

Shades of Stromboli #42645F

Tints of Stromboli #42645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 25.29%
G = 38.31%
B = 36.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#42645F (or 0x42645F) is known color: Stromboli. HEX triplet: 42, 64 and 5F. RGB value is (66,100,95). Sum of RGB (Red+Green+Blue) = 66+100+95=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #42645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42645F is #BD9BA0. Grayscale: #595959. Windows color (decimal): -12426145 or 6251586. OLE color: 6251586.

HSL color Cylindrical-coordinate representation of color #42645F: hue angle of 171.18º 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 #42645F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 95 -
CMYK 0.34 0 0.05 0.61
HSL 171.18º 0.2% 0.33% -
HSV(B) 171.18º 0.34% 0.39% -
XYZ 8.87 11.1 12.5 -
YUV 89.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 66 100 95 0.34 0 0.05 0.61 171.18 0.2 0.33
Hex 42 64 5F 22 0 5 3D AB 14 21
Octal 102 144 137 42 0 5 75 253 24 41
Binary 1000010 1100100 1011111 100010 0 101 111101 10101011 10100 100001

Color Harmonies of #42645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42645F

Black with #42645F

Text Example


Text Example

White with #42645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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