Html Css Color HEX #42605A Stromboli

📋 copy color: '#42605A'

red 66 ◦ green 96 ◦ blue 90

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

Shades of Stromboli #42605A

Tints of Stromboli #42605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

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

R = 26.19%
G = 38.1%
B = 35.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#42605A (or 0x42605A) is known color: Stromboli. HEX triplet: 42, 60 and 5A. RGB value is (66,96,90). Sum of RGB (Red+Green+Blue) = 66+96+90=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #42605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42605A is #BD9FA5. Grayscale: #565656. Windows color (decimal): -12427174 or 5922882. OLE color: 5922882.

HSL color Cylindrical-coordinate representation of color #42605A: hue angle of 168º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42605A is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 90 -
CMYK 0.31 0 0.06 0.62
HSL 168º 0.19% 0.32% -
HSV(B) 168º 0.31% 0.38% -
XYZ 8.28 10.26 11.22 -
YUV 86.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 66 96 90 0.31 0 0.06 0.62 168 0.19 0.32
Hex 42 60 5A 1F 0 6 3E A8 13 20
Octal 102 140 132 37 0 6 76 250 23 40
Binary 1000010 1100000 1011010 11111 0 110 111110 10101000 10011 100000

Color Harmonies of #42605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42605A

Black with #42605A

Text Example


Text Example

White with #42605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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