Html Css Color HEX #427456 Amazon

📋 copy color: '#427456'

red 66 ◦ green 116 ◦ blue 86

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

Shades of Amazon #427456

Tints of Amazon #427456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 24.63%
G = 43.28%
B = 32.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#427456 (or 0x427456) is known color: Amazon. HEX triplet: 42, 74 and 56. RGB value is (66,116,86). Sum of RGB (Red+Green+Blue) = 66+116+86=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #427456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427456 is #BD8BA9. Grayscale: #616161. Windows color (decimal): -12422058 or 5665858. OLE color: 5665858.

HSL color Cylindrical-coordinate representation of color #427456: hue angle of 144º 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 #427456 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 86 -
CMYK 0.43 0 0.26 0.55
HSL 144º 0.27% 0.36% -
HSV(B) 144º 0.43% 0.45% -
XYZ 10.17 14.32 11.03 -
YUV 97.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 66 116 86 0.43 0 0.26 0.55 144 0.27 0.36
Hex 42 74 56 2B 0 1A 37 90 1B 24
Octal 102 164 126 53 0 32 67 220 33 44
Binary 1000010 1110100 1010110 101011 0 11010 110111 10010000 11011 100100

Color Harmonies of #427456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427456

Black with #427456

Text Example


Text Example

White with #427456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427456; }

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

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

background-color css

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

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

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

border-color css

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

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

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