Html Css Color HEX #426156 Stromboli

📋 copy color: '#426156'

red 66 ◦ green 97 ◦ blue 86

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

Shades of Stromboli #426156

Tints of Stromboli #426156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

 BLUE value IS 86 (33.98% from 255) = 34.54%

R = 26.51%
G = 38.96%
B = 34.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#426156 (or 0x426156) is known color: Stromboli. HEX triplet: 42, 61 and 56. RGB value is (66,97,86). Sum of RGB (Red+Green+Blue) = 66+97+86=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #426156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426156 is #BD9EA9. Grayscale: #565656. Windows color (decimal): -12426922 or 5660994. OLE color: 5660994.

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

Color convert

RGB 66 97 86 -
CMYK 0.32 0 0.11 0.62
HSL 158.71º 0.19% 0.32% -
HSV(B) 158.71º 0.32% 0.38% -
XYZ 8.2 10.38 10.38 -
YUV 86.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 66 97 86 0.32 0 0.11 0.62 158.71 0.19 0.32
Hex 42 61 56 20 0 B 3E 9F 13 20
Octal 102 141 126 40 0 13 76 237 23 40
Binary 1000010 1100001 1010110 100000 0 1011 111110 10011111 10011 100000

Color Harmonies of #426156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426156

Black with #426156

Text Example


Text Example

White with #426156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426156; }

 p { color: rgb(66,97,86); }

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

background-color css

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

 a { background-color: rgb(66,97,86); }

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

border-color css

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

 span { border-color: rgb(66,97,86); }

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