Html Css Color HEX #426158 Stromboli

📋 copy color: '#426158'

red 66 ◦ green 97 ◦ blue 88

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

Shades of Stromboli #426158

Tints of Stromboli #426158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 26.29%
G = 38.65%
B = 35.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#426158 (or 0x426158) is known color: Stromboli. HEX triplet: 42, 61 and 58. RGB value is (66,97,88). Sum of RGB (Red+Green+Blue) = 66+97+88=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #426158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426158 is #BD9EA7. Grayscale: #565656. Windows color (decimal): -12426920 or 5792066. OLE color: 5792066.

HSL color Cylindrical-coordinate representation of color #426158: hue angle of 162.58º 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 #426158 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 88 -
CMYK 0.32 0 0.09 0.62
HSL 162.58º 0.19% 0.32% -
HSV(B) 162.58º 0.32% 0.38% -
XYZ 8.28 10.41 10.81 -
YUV 86.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 66 97 88 0.32 0 0.09 0.62 162.58 0.19 0.32
Hex 42 61 58 20 0 9 3E A3 13 20
Octal 102 141 130 40 0 11 76 243 23 40
Binary 1000010 1100001 1011000 100000 0 1001 111110 10100011 10011 100000

Color Harmonies of #426158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426158

Black with #426158

Text Example


Text Example

White with #426158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426158; }

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

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

background-color css

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

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

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

border-color css

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

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

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