Html Css Color HEX #427E59 Amazon

📋 copy color: '#427E59'

red 66 ◦ green 126 ◦ blue 89

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

Shades of Amazon #427E59

Tints of Amazon #427E59

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.84%

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

R = 23.49%
G = 44.84%
B = 31.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#427E59 (or 0x427E59) is known color: Amazon. HEX triplet: 42, 7E and 59. RGB value is (66,126,89). Sum of RGB (Red+Green+Blue) = 66+126+89=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #427E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E59 is #BD81A6. Grayscale: #676767. Windows color (decimal): -12419495 or 5865026. OLE color: 5865026.

HSL color Cylindrical-coordinate representation of color #427E59: hue angle of 143º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E59 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 89 -
CMYK 0.48 0 0.29 0.51
HSL 143º 0.31% 0.38% -
HSV(B) 143º 0.48% 0.49% -
XYZ 11.51 16.8 12.09 -
YUV 103.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 66 126 89 0.48 0 0.29 0.51 143 0.31 0.38
Hex 42 7E 59 30 0 1D 33 8F 1F 26
Octal 102 176 131 60 0 35 63 217 37 46
Binary 1000010 1111110 1011001 110000 0 11101 110011 10001111 11111 100110

Color Harmonies of #427E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E59

Black with #427E59

Text Example


Text Example

White with #427E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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