Html Css Color HEX #42665B Stromboli

📋 copy color: '#42665B'

red 66 ◦ green 102 ◦ blue 91

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

Shades of Stromboli #42665B

Tints of Stromboli #42665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.38%

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

R = 25.48%
G = 39.38%
B = 35.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#42665B (or 0x42665B) is known color: Stromboli. HEX triplet: 42, 66 and 5B. RGB value is (66,102,91). Sum of RGB (Red+Green+Blue) = 66+102+91=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #42665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42665B is #BD99A4. Grayscale: #595959. Windows color (decimal): -12425637 or 5989954. OLE color: 5989954.

HSL color Cylindrical-coordinate representation of color #42665B: hue angle of 161.67º 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 #42665B is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 91 -
CMYK 0.35 0 0.11 0.6
HSL 161.67º 0.21% 0.33% -
HSV(B) 161.67º 0.35% 0.4% -
XYZ 8.89 11.42 11.63 -
YUV 89.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 66 102 91 0.35 0 0.11 0.6 161.67 0.21 0.33
Hex 42 66 5B 23 0 B 3C A2 15 21
Octal 102 146 133 43 0 13 74 242 25 41
Binary 1000010 1100110 1011011 100011 0 1011 111100 10100010 10101 100001

Color Harmonies of #42665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42665B

Black with #42665B

Text Example


Text Example

White with #42665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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