Html Css Color HEX #42655E Stromboli

📋 copy color: '#42655E'

red 66 ◦ green 101 ◦ blue 94

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

Shades of Stromboli #42655E

Tints of Stromboli #42655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 25.29%
G = 38.7%
B = 36.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#42655E (or 0x42655E) is known color: Stromboli. HEX triplet: 42, 65 and 5E. RGB value is (66,101,94). Sum of RGB (Red+Green+Blue) = 66+101+94=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #42655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655E is #BD9AA1. Grayscale: #595959. Windows color (decimal): -12425890 or 6186306. OLE color: 6186306.

HSL color Cylindrical-coordinate representation of color #42655E: hue angle of 168º 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 #42655E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 94 -
CMYK 0.35 0 0.07 0.60
HSL 168º 0.21% 0.33% -
HSV(B) 168º 0.35% 0.4% -
XYZ 8.92 11.27 12.3 -
YUV 89.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 66 101 94 0.35 0 0.07 0.60 168 0.21 0.33
Hex 42 65 5E 23 0 7 3C A8 15 21
Octal 102 145 136 43 0 7 74 250 25 41
Binary 1000010 1100101 1011110 100011 0 111 111100 10101000 10101 100001

Color Harmonies of #42655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42655E

Black with #42655E

Text Example


Text Example

White with #42655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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