Html Css Color HEX #426D5B Stromboli

📋 copy color: '#426D5B'

red 66 ◦ green 109 ◦ blue 91

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

Shades of Stromboli #426D5B

Tints of Stromboli #426D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.98%

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

R = 24.81%
G = 40.98%
B = 34.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#426D5B (or 0x426D5B) is known color: Stromboli. HEX triplet: 42, 6D and 5B. RGB value is (66,109,91). Sum of RGB (Red+Green+Blue) = 66+109+91=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #426D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D5B is #BD92A4. Grayscale: #5E5E5E. Windows color (decimal): -12423845 or 5991746. OLE color: 5991746.

HSL color Cylindrical-coordinate representation of color #426D5B: hue angle of 154.88º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D5B is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 91 -
CMYK 0.39 0 0.17 0.57
HSL 154.88º 0.25% 0.34% -
HSV(B) 154.88º 0.39% 0.43% -
XYZ 9.6 12.85 11.87 -
YUV 94.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 66 109 91 0.39 0 0.17 0.57 154.88 0.25 0.34
Hex 42 6D 5B 27 0 11 39 9B 19 22
Octal 102 155 133 47 0 21 71 233 31 42
Binary 1000010 1101101 1011011 100111 0 10001 111001 10011011 11001 100010

Color Harmonies of #426D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D5B

Black with #426D5B

Text Example


Text Example

White with #426D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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