Html Css Color HEX #426D5E Stromboli

📋 copy color: '#426D5E'

red 66 ◦ green 109 ◦ blue 94

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

Shades of Stromboli #426D5E

Tints of Stromboli #426D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 24.54%
G = 40.52%
B = 34.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#426D5E (or 0x426D5E) is known color: Stromboli. HEX triplet: 42, 6D and 5E. RGB value is (66,109,94). Sum of RGB (Red+Green+Blue) = 66+109+94=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 109 - color contains mainly: green. Hex color #426D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D5E is #BD92A1. Grayscale: #5E5E5E. Windows color (decimal): -12423842 or 6188354. OLE color: 6188354.

HSL color Cylindrical-coordinate representation of color #426D5E: hue angle of 159.07º 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 #426D5E is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 94 -
CMYK 0.39 0 0.14 0.57
HSL 159.07º 0.25% 0.34% -
HSV(B) 159.07º 0.39% 0.43% -
XYZ 9.74 12.9 12.57 -
YUV 94.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 66 109 94 0.39 0 0.14 0.57 159.07 0.25 0.34
Hex 42 6D 5E 27 0 E 39 9F 19 22
Octal 102 155 136 47 0 16 71 237 31 42
Binary 1000010 1101101 1011110 100111 0 1110 111001 10011111 11001 100010

Color Harmonies of #426D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D5E

Black with #426D5E

Text Example


Text Example

White with #426D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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