Html Css Color HEX #426355 Stromboli

📋 copy color: '#426355'

red 66 ◦ green 99 ◦ blue 85

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

Shades of Stromboli #426355

Tints of Stromboli #426355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 26.4%
G = 39.6%
B = 34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#426355 (or 0x426355) is known color: Stromboli. HEX triplet: 42, 63 and 55. RGB value is (66,99,85). Sum of RGB (Red+Green+Blue) = 66+99+85=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #426355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426355 is #BD9CAA. Grayscale: #575757. Windows color (decimal): -12426411 or 5595970. OLE color: 5595970.

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

Color convert

RGB 66 99 85 -
CMYK 0.33 0 0.14 0.61
HSL 154.55º 0.2% 0.32% -
HSV(B) 154.55º 0.33% 0.39% -
XYZ 8.35 10.74 10.23 -
YUV 87.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 66 99 85 0.33 0 0.14 0.61 154.55 0.2 0.32
Hex 42 63 55 21 0 E 3D 9B 14 20
Octal 102 143 125 41 0 16 75 233 24 40
Binary 1000010 1100011 1010101 100001 0 1110 111101 10011011 10100 100000

Color Harmonies of #426355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426355

Black with #426355

Text Example


Text Example

White with #426355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426355; }

 p { color: rgb(66,99,85); }

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

background-color css

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

 a { background-color: rgb(66,99,85); }

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

border-color css

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

 span { border-color: rgb(66,99,85); }

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