Html Css Color HEX #426F5B Stromboli

📋 copy color: '#426F5B'

red 66 ◦ green 111 ◦ blue 91

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

Shades of Stromboli #426F5B

Tints of Stromboli #426F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 24.63%
G = 41.42%
B = 33.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#426F5B (or 0x426F5B) is known color: Stromboli. HEX triplet: 42, 6F and 5B. RGB value is (66,111,91). Sum of RGB (Red+Green+Blue) = 66+111+91=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #426F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F5B is #BD90A4. Grayscale: #5F5F5F. Windows color (decimal): -12423333 or 5992258. OLE color: 5992258.

HSL color Cylindrical-coordinate representation of color #426F5B: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F5B is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 91 -
CMYK 0.41 0 0.18 0.56
HSL 153.33º 0.25% 0.35% -
HSV(B) 153.33º 0.41% 0.44% -
XYZ 9.82 13.28 11.94 -
YUV 95.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 66 111 91 0.41 0 0.18 0.56 153.33 0.25 0.35
Hex 42 6F 5B 29 0 12 38 99 19 23
Octal 102 157 133 51 0 22 70 231 31 43
Binary 1000010 1101111 1011011 101001 0 10010 111000 10011001 11001 100011

Color Harmonies of #426F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F5B

Black with #426F5B

Text Example


Text Example

White with #426F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426F5B; }

 p { color: rgb(66,111,91); }

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

background-color css

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

 a { background-color: rgb(66,111,91); }

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

border-color css

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

 span { border-color: rgb(66,111,91); }

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