Html Css Color HEX #426C54 Amazon

📋 copy color: '#426C54'

red 66 ◦ green 108 ◦ blue 84

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

Shades of Amazon #426C54

Tints of Amazon #426C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

 BLUE value IS 84 (33.2% from 255) = 32.56%

R = 25.58%
G = 41.86%
B = 32.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#426C54 (or 0x426C54) is known color: Amazon. HEX triplet: 42, 6C and 54. RGB value is (66,108,84). Sum of RGB (Red+Green+Blue) = 66+108+84=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #426C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C54 is #BD93AB. Grayscale: #5C5C5C. Windows color (decimal): -12424108 or 5532738. OLE color: 5532738.

HSL color Cylindrical-coordinate representation of color #426C54: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426C54 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 108 84 -
CMYK 0.39 0 0.22 0.58
HSL 145.71º 0.24% 0.34% -
HSV(B) 145.71º 0.39% 0.42% -
XYZ 9.21 12.52 10.32 -
YUV 92.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 66 108 84 0.39 0 0.22 0.58 145.71 0.24 0.34
Hex 42 6C 54 27 0 16 3A 92 18 22
Octal 102 154 124 47 0 26 72 222 30 42
Binary 1000010 1101100 1010100 100111 0 10110 111010 10010010 11000 100010

Color Harmonies of #426C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C54

Black with #426C54

Text Example


Text Example

White with #426C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,84); }

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

background-color css

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

 a { background-color: rgb(66,108,84); }

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

border-color css

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

 span { border-color: rgb(66,108,84); }

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