Html Css Color HEX #42675A Stromboli

📋 copy color: '#42675A'

red 66 ◦ green 103 ◦ blue 90

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

Shades of Stromboli #42675A

Tints of Stromboli #42675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 25.48%
G = 39.77%
B = 34.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#42675A (or 0x42675A) is known color: Stromboli. HEX triplet: 42, 67 and 5A. RGB value is (66,103,90). Sum of RGB (Red+Green+Blue) = 66+103+90=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #42675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42675A is #BD98A5. Grayscale: #5A5A5A. Windows color (decimal): -12425382 or 5924674. OLE color: 5924674.

HSL color Cylindrical-coordinate representation of color #42675A: hue angle of 158.92º 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 #42675A is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 90 -
CMYK 0.36 0 0.13 0.60
HSL 158.92º 0.22% 0.33% -
HSV(B) 158.92º 0.36% 0.4% -
XYZ 8.94 11.6 11.44 -
YUV 90.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 66 103 90 0.36 0 0.13 0.60 158.92 0.22 0.33
Hex 42 67 5A 24 0 D 3C 9F 16 21
Octal 102 147 132 44 0 15 74 237 26 41
Binary 1000010 1100111 1011010 100100 0 1101 111100 10011111 10110 100001

Color Harmonies of #42675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42675A

Black with #42675A

Text Example


Text Example

White with #42675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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