Html Css Color HEX #426F56 Amazon

📋 copy color: '#426F56'

red 66 ◦ green 111 ◦ blue 86

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

Shades of Amazon #426F56

Tints of Amazon #426F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 25.1%
G = 42.21%
B = 32.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#426F56 (or 0x426F56) is known color: Amazon. HEX triplet: 42, 6F and 56. RGB value is (66,111,86). Sum of RGB (Red+Green+Blue) = 66+111+86=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #426F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F56 is #BD90A9. Grayscale: #5E5E5E. Windows color (decimal): -12423338 or 5664578. OLE color: 5664578.

HSL color Cylindrical-coordinate representation of color #426F56: hue angle of 146.67º 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 #426F56 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 86 -
CMYK 0.41 0 0.23 0.56
HSL 146.67º 0.25% 0.35% -
HSV(B) 146.67º 0.41% 0.44% -
XYZ 9.61 13.2 10.85 -
YUV 94.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 66 111 86 0.41 0 0.23 0.56 146.67 0.25 0.35
Hex 42 6F 56 29 0 17 38 93 19 23
Octal 102 157 126 51 0 27 70 223 31 43
Binary 1000010 1101111 1010110 101001 0 10111 111000 10010011 11001 100011

Color Harmonies of #426F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F56

Black with #426F56

Text Example


Text Example

White with #426F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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