Html Css Color HEX #427A54 Amazon

📋 copy color: '#427A54'

red 66 ◦ green 122 ◦ blue 84

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

Shades of Amazon #427A54

Tints of Amazon #427A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.85%

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 24.26%
G = 44.85%
B = 30.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#427A54 (or 0x427A54) is known color: Amazon. HEX triplet: 42, 7A and 54. RGB value is (66,122,84). Sum of RGB (Red+Green+Blue) = 66+122+84=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #427A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A54 is #BD85AB. Grayscale: #656565. Windows color (decimal): -12420524 or 5536322. OLE color: 5536322.

HSL color Cylindrical-coordinate representation of color #427A54: hue angle of 139.29º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A54 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 84 -
CMYK 0.46 0 0.31 0.52
HSL 139.29º 0.3% 0.37% -
HSV(B) 139.29º 0.46% 0.48% -
XYZ 10.81 15.72 10.85 -
YUV 100.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 66 122 84 0.46 0 0.31 0.52 139.29 0.3 0.37
Hex 42 7A 54 2E 0 1F 34 8B 1E 25
Octal 102 172 124 56 0 37 64 213 36 45
Binary 1000010 1111010 1010100 101110 0 11111 110100 10001011 11110 100101

Color Harmonies of #427A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A54

Black with #427A54

Text Example


Text Example

White with #427A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,122,84); }

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

background-color css

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

 a { background-color: rgb(66,122,84); }

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

border-color css

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

 span { border-color: rgb(66,122,84); }

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