Html Css Color HEX #426955 Stromboli

📋 copy color: '#426955'

red 66 ◦ green 105 ◦ blue 85

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

Shades of Stromboli #426955

Tints of Stromboli #426955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 25.78%
G = 41.02%
B = 33.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#426955 (or 0x426955) is known color: Stromboli. HEX triplet: 42, 69 and 55. RGB value is (66,105,85). Sum of RGB (Red+Green+Blue) = 66+105+85=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #426955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426955 is #BD96AA. Grayscale: #5B5B5B. Windows color (decimal): -12424875 or 5597506. OLE color: 5597506.

HSL color Cylindrical-coordinate representation of color #426955: hue angle of 149.23º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426955 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 85 -
CMYK 0.37 0 0.19 0.59
HSL 149.23º 0.23% 0.34% -
HSV(B) 149.23º 0.37% 0.41% -
XYZ 8.94 11.92 10.42 -
YUV 91.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 66 105 85 0.37 0 0.19 0.59 149.23 0.23 0.34
Hex 42 69 55 25 0 13 3B 95 17 22
Octal 102 151 125 45 0 23 73 225 27 42
Binary 1000010 1101001 1010101 100101 0 10011 111011 10010101 10111 100010

Color Harmonies of #426955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426955

Black with #426955

Text Example


Text Example

White with #426955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426955; }

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

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

background-color css

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

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

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

border-color css

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

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

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