Html Css Color HEX #427159 Amazon

📋 copy color: '#427159'

red 66 ◦ green 113 ◦ blue 89

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

Shades of Amazon #427159

Tints of Amazon #427159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 24.63%
G = 42.16%
B = 33.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#427159 (or 0x427159) is known color: Amazon. HEX triplet: 42, 71 and 59. RGB value is (66,113,89). Sum of RGB (Red+Green+Blue) = 66+113+89=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #427159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427159 is #BD8EA6. Grayscale: #606060. Windows color (decimal): -12422823 or 5861698. OLE color: 5861698.

HSL color Cylindrical-coordinate representation of color #427159: hue angle of 149.36º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427159 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 89 -
CMYK 0.42 0 0.21 0.56
HSL 149.36º 0.26% 0.35% -
HSV(B) 149.36º 0.42% 0.44% -
XYZ 9.96 13.69 11.57 -
YUV 96.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 66 113 89 0.42 0 0.21 0.56 149.36 0.26 0.35
Hex 42 71 59 2A 0 15 38 95 1A 23
Octal 102 161 131 52 0 25 70 225 32 43
Binary 1000010 1110001 1011001 101010 0 10101 111000 10010101 11010 100011

Color Harmonies of #427159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427159

Black with #427159

Text Example


Text Example

White with #427159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427159; }

 p { color: rgb(66,113,89); }

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

background-color css

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

 a { background-color: rgb(66,113,89); }

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

border-color css

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

 span { border-color: rgb(66,113,89); }

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