Html Css Color HEX #426D53 Amazon

📋 copy color: '#426D53'

red 66 ◦ green 109 ◦ blue 83

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

Shades of Amazon #426D53

Tints of Amazon #426D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 25.58%
G = 42.25%
B = 32.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#426D53 (or 0x426D53) is known color: Amazon. HEX triplet: 42, 6D and 53. RGB value is (66,109,83). Sum of RGB (Red+Green+Blue) = 66+109+83=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #426D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D53 is #BD92AC. Grayscale: #5D5D5D. Windows color (decimal): -12423853 or 5467458. OLE color: 5467458.

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

Color convert

RGB 66 109 83 -
CMYK 0.39 0 0.24 0.57
HSL 143.72º 0.25% 0.34% -
HSV(B) 143.72º 0.39% 0.43% -
XYZ 9.28 12.72 10.15 -
YUV 93.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 66 109 83 0.39 0 0.24 0.57 143.72 0.25 0.34
Hex 42 6D 53 27 0 18 39 90 19 22
Octal 102 155 123 47 0 30 71 220 31 42
Binary 1000010 1101101 1010011 100111 0 11000 111001 10010000 11001 100010

Color Harmonies of #426D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D53

Black with #426D53

Text Example


Text Example

White with #426D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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