Html Css Color HEX #42675B Stromboli

📋 copy color: '#42675B'

red 66 ◦ green 103 ◦ blue 91

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

Shades of Stromboli #42675B

Tints of Stromboli #42675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

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

R = 25.38%
G = 39.62%
B = 35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#42675B (or 0x42675B) is known color: Stromboli. HEX triplet: 42, 67 and 5B. RGB value is (66,103,91). Sum of RGB (Red+Green+Blue) = 66+103+91=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #42675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42675B is #BD98A4. Grayscale: #5A5A5A. Windows color (decimal): -12425381 or 5990210. OLE color: 5990210.

HSL color Cylindrical-coordinate representation of color #42675B: hue angle of 160.54º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42675B is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 91 -
CMYK 0.36 0 0.12 0.60
HSL 160.54º 0.22% 0.33% -
HSV(B) 160.54º 0.36% 0.4% -
XYZ 8.99 11.61 11.67 -
YUV 90.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 66 103 91 0.36 0 0.12 0.60 160.54 0.22 0.33
Hex 42 67 5B 24 0 C 3C A1 16 21
Octal 102 147 133 44 0 14 74 241 26 41
Binary 1000010 1100111 1011011 100100 0 1100 111100 10100001 10110 100001

Color Harmonies of #42675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42675B

Black with #42675B

Text Example


Text Example

White with #42675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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