Html Css Color HEX #426D52 Amazon

📋 copy color: '#426D52'

red 66 ◦ green 109 ◦ blue 82

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

Shades of Amazon #426D52

Tints of Amazon #426D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 25.68%
G = 42.41%
B = 31.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#426D52 (or 0x426D52) is known color: Amazon. HEX triplet: 42, 6D and 52. RGB value is (66,109,82). Sum of RGB (Red+Green+Blue) = 66+109+82=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #426D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D52 is #BD92AD. Grayscale: #5D5D5D. Windows color (decimal): -12423854 or 5401922. OLE color: 5401922.

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

Color convert

RGB 66 109 82 -
CMYK 0.39 0 0.25 0.57
HSL 142.33º 0.25% 0.34% -
HSV(B) 142.33º 0.39% 0.43% -
XYZ 9.24 12.7 9.95 -
YUV 93.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 66 109 82 0.39 0 0.25 0.57 142.33 0.25 0.34
Hex 42 6D 52 27 0 19 39 8E 19 22
Octal 102 155 122 47 0 31 71 216 31 42
Binary 1000010 1101101 1010010 100111 0 11001 111001 10001110 11001 100010

Color Harmonies of #426D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D52

Black with #426D52

Text Example


Text Example

White with #426D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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