Html Css Color HEX #426656 Stromboli

📋 copy color: '#426656'

red 66 ◦ green 102 ◦ blue 86

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

Shades of Stromboli #426656

Tints of Stromboli #426656

RGB

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

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

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

R = 25.98%
G = 40.16%
B = 33.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#426656 (or 0x426656) is known color: Stromboli. HEX triplet: 42, 66 and 56. RGB value is (66,102,86). Sum of RGB (Red+Green+Blue) = 66+102+86=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #426656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426656 is #BD99A9. Grayscale: #595959. Windows color (decimal): -12425642 or 5662274. OLE color: 5662274.

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

Color convert

RGB 66 102 86 -
CMYK 0.35 0 0.16 0.6
HSL 153.33º 0.21% 0.33% -
HSV(B) 153.33º 0.35% 0.4% -
XYZ 8.68 11.33 10.53 -
YUV 89.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 66 102 86 0.35 0 0.16 0.6 153.33 0.21 0.33
Hex 42 66 56 23 0 10 3C 99 15 21
Octal 102 146 126 43 0 20 74 231 25 41
Binary 1000010 1100110 1010110 100011 0 10000 111100 10011001 10101 100001

Color Harmonies of #426656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426656

Black with #426656

Text Example


Text Example

White with #426656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426656; }

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

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

background-color css

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

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

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

border-color css

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

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

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