Html Css Color HEX #427C59 Amazon

📋 copy color: '#427C59'

red 66 ◦ green 124 ◦ blue 89

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

Shades of Amazon #427C59

Tints of Amazon #427C59

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.44%

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

R = 23.66%
G = 44.44%
B = 31.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#427C59 (or 0x427C59) is known color: Amazon. HEX triplet: 42, 7C and 59. RGB value is (66,124,89). Sum of RGB (Red+Green+Blue) = 66+124+89=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #427C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C59 is #BD83A6. Grayscale: #666666. Windows color (decimal): -12420007 or 5864514. OLE color: 5864514.

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

Color convert

RGB 66 124 89 -
CMYK 0.47 0 0.28 0.51
HSL 143.79º 0.31% 0.37% -
HSV(B) 143.79º 0.47% 0.49% -
XYZ 11.26 16.29 12 -
YUV 102.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 66 124 89 0.47 0 0.28 0.51 143.79 0.31 0.37
Hex 42 7C 59 2F 0 1C 33 90 1F 25
Octal 102 174 131 57 0 34 63 220 37 45
Binary 1000010 1111100 1011001 101111 0 11100 110011 10010000 11111 100101

Color Harmonies of #427C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C59

Black with #427C59

Text Example


Text Example

White with #427C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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