Html Css Color HEX #426958 Stromboli

📋 copy color: '#426958'

red 66 ◦ green 105 ◦ blue 88

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

Shades of Stromboli #426958

Tints of Stromboli #426958

RGB

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

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

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

R = 25.48%
G = 40.54%
B = 33.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#426958 (or 0x426958) is known color: Stromboli. HEX triplet: 42, 69 and 58. RGB value is (66,105,88). Sum of RGB (Red+Green+Blue) = 66+105+88=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #426958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426958 is #BD96A7. Grayscale: #5B5B5B. Windows color (decimal): -12424872 or 5794114. OLE color: 5794114.

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

Color convert

RGB 66 105 88 -
CMYK 0.37 0 0.16 0.59
HSL 153.85º 0.23% 0.34% -
HSV(B) 153.85º 0.37% 0.41% -
XYZ 9.06 11.97 11.06 -
YUV 91.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 66 105 88 0.37 0 0.16 0.59 153.85 0.23 0.34
Hex 42 69 58 25 0 10 3B 9A 17 22
Octal 102 151 130 45 0 20 73 232 27 42
Binary 1000010 1101001 1011000 100101 0 10000 111011 10011010 10111 100010

Color Harmonies of #426958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426958

Black with #426958

Text Example


Text Example

White with #426958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426958; }

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

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

background-color css

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

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

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

border-color css

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

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

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