Html Css Color HEX #426256 Stromboli

📋 copy color: '#426256'

red 66 ◦ green 98 ◦ blue 86

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

Shades of Stromboli #426256

Tints of Stromboli #426256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

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

R = 26.4%
G = 39.2%
B = 34.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#426256 (or 0x426256) is known color: Stromboli. HEX triplet: 42, 62 and 56. RGB value is (66,98,86). Sum of RGB (Red+Green+Blue) = 66+98+86=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #426256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426256 is #BD9DA9. Grayscale: #575757. Windows color (decimal): -12426666 or 5661250. OLE color: 5661250.

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

Color convert

RGB 66 98 86 -
CMYK 0.33 0 0.12 0.62
HSL 157.5º 0.2% 0.32% -
HSV(B) 157.5º 0.33% 0.38% -
XYZ 8.29 10.57 10.41 -
YUV 87.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 66 98 86 0.33 0 0.12 0.62 157.5 0.2 0.32
Hex 42 62 56 21 0 C 3E 9E 14 20
Octal 102 142 126 41 0 14 76 236 24 40
Binary 1000010 1100010 1010110 100001 0 1100 111110 10011110 10100 100000

Color Harmonies of #426256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426256

Black with #426256

Text Example


Text Example

White with #426256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426256; }

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

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

background-color css

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

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

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

border-color css

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

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

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