Html Css Color HEX #427254 Amazon

📋 copy color: '#427254'

red 66 ◦ green 114 ◦ blue 84

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

Shades of Amazon #427254

Tints of Amazon #427254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 25%
G = 43.18%
B = 31.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#427254 (or 0x427254) is known color: Amazon. HEX triplet: 42, 72 and 54. RGB value is (66,114,84). Sum of RGB (Red+Green+Blue) = 66+114+84=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #427254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427254 is #BD8DAB. Grayscale: #606060. Windows color (decimal): -12422572 or 5534274. OLE color: 5534274.

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

Color convert

RGB 66 114 84 -
CMYK 0.42 0 0.26 0.55
HSL 142.5º 0.27% 0.35% -
HSV(B) 142.5º 0.42% 0.45% -
XYZ 9.86 13.83 10.54 -
YUV 96.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 66 114 84 0.42 0 0.26 0.55 142.5 0.27 0.35
Hex 42 72 54 2A 0 1A 37 8E 1B 23
Octal 102 162 124 52 0 32 67 216 33 43
Binary 1000010 1110010 1010100 101010 0 11010 110111 10001110 11011 100011

Color Harmonies of #427254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427254

Black with #427254

Text Example


Text Example

White with #427254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427254; }

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

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

background-color css

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

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

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

border-color css

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

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

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