Html Css Color HEX #427454 Amazon

📋 copy color: '#427454'

red 66 ◦ green 116 ◦ blue 84

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

Shades of Amazon #427454

Tints of Amazon #427454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 24.81%
G = 43.61%
B = 31.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#427454 (or 0x427454) is known color: Amazon. HEX triplet: 42, 74 and 54. RGB value is (66,116,84). Sum of RGB (Red+Green+Blue) = 66+116+84=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #427454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427454 is #BD8BAB. Grayscale: #616161. Windows color (decimal): -12422060 or 5534786. OLE color: 5534786.

HSL color Cylindrical-coordinate representation of color #427454: hue angle of 141.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427454 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 84 -
CMYK 0.43 0 0.28 0.55
HSL 141.6º 0.27% 0.36% -
HSV(B) 141.6º 0.43% 0.45% -
XYZ 10.09 14.29 10.61 -
YUV 97.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 66 116 84 0.43 0 0.28 0.55 141.6 0.27 0.36
Hex 42 74 54 2B 0 1C 37 8E 1B 24
Octal 102 164 124 53 0 34 67 216 33 44
Binary 1000010 1110100 1010100 101011 0 11100 110111 10001110 11011 100100

Color Harmonies of #427454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427454

Black with #427454

Text Example


Text Example

White with #427454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427454; }

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

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

background-color css

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

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

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

border-color css

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

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

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