Html Css Color HEX #426960 Stromboli

📋 copy color: '#426960'

red 66 ◦ green 105 ◦ blue 96

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

Shades of Stromboli #426960

Tints of Stromboli #426960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 24.72%
G = 39.33%
B = 35.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#426960 (or 0x426960) is known color: Stromboli. HEX triplet: 42, 69 and 60. RGB value is (66,105,96). Sum of RGB (Red+Green+Blue) = 66+105+96=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #426960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426960 is #BD969F. Grayscale: #5C5C5C. Windows color (decimal): -12424864 or 6318402. OLE color: 6318402.

HSL color Cylindrical-coordinate representation of color #426960: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426960 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 96 -
CMYK 0.37 0 0.09 0.59
HSL 166.15º 0.23% 0.34% -
HSV(B) 166.15º 0.37% 0.41% -
XYZ 9.41 12.11 12.91 -
YUV 92.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 66 105 96 0.37 0 0.09 0.59 166.15 0.23 0.34
Hex 42 69 60 25 0 9 3B A6 17 22
Octal 102 151 140 45 0 11 73 246 27 42
Binary 1000010 1101001 1100000 100101 0 1001 111011 10100110 10111 100010

Color Harmonies of #426960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426960

Black with #426960

Text Example


Text Example

White with #426960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426960; }

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

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

background-color css

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

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

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

border-color css

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

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

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