Html Css Color HEX #42655D Stromboli

📋 copy color: '#42655D'

red 66 ◦ green 101 ◦ blue 93

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

Shades of Stromboli #42655D

Tints of Stromboli #42655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.85%

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

R = 25.38%
G = 38.85%
B = 35.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#42655D (or 0x42655D) is known color: Stromboli. HEX triplet: 42, 65 and 5D. RGB value is (66,101,93). Sum of RGB (Red+Green+Blue) = 66+101+93=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #42655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655D is #BD9AA2. Grayscale: #595959. Windows color (decimal): -12425891 or 6120770. OLE color: 6120770.

HSL color Cylindrical-coordinate representation of color #42655D: hue angle of 166.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42655D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 93 -
CMYK 0.35 0 0.08 0.60
HSL 166.29º 0.21% 0.33% -
HSV(B) 166.29º 0.35% 0.4% -
XYZ 8.88 11.26 12.06 -
YUV 89.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 66 101 93 0.35 0 0.08 0.60 166.29 0.21 0.33
Hex 42 65 5D 23 0 8 3C A6 15 21
Octal 102 145 135 43 0 10 74 246 25 41
Binary 1000010 1100101 1011101 100011 0 1000 111100 10100110 10101 100001

Color Harmonies of #42655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42655D

Black with #42655D

Text Example


Text Example

White with #42655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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