Html Css Color HEX #426E55 Amazon

📋 copy color: '#426E55'

red 66 ◦ green 110 ◦ blue 85

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

Shades of Amazon #426E55

Tints of Amazon #426E55

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

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

R = 25.29%
G = 42.15%
B = 32.57%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#426E55 (or 0x426E55) is known color: Amazon. HEX triplet: 42, 6E and 55. RGB value is (66,110,85). Sum of RGB (Red+Green+Blue) = 66+110+85=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #426E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E55 is #BD91AA. Grayscale: #5E5E5E. Windows color (decimal): -12423595 or 5598786. OLE color: 5598786.

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

Color convert

RGB 66 110 85 -
CMYK 0.4 0 0.23 0.57
HSL 145.91º 0.25% 0.35% -
HSV(B) 145.91º 0.4% 0.43% -
XYZ 9.46 12.97 10.6 -
YUV 93.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 66 110 85 0.4 0 0.23 0.57 145.91 0.25 0.35
Hex 42 6E 55 28 0 17 39 92 19 23
Octal 102 156 125 50 0 27 71 222 31 43
Binary 1000010 1101110 1010101 101000 0 10111 111001 10010010 11001 100011

Color Harmonies of #426E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E55

Black with #426E55

Text Example


Text Example

White with #426E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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