Html Css Color HEX #427055 Amazon

📋 copy color: '#427055'

red 66 ◦ green 112 ◦ blue 85

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

Shades of Amazon #427055

Tints of Amazon #427055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 25.1%
G = 42.59%
B = 32.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#427055 (or 0x427055) is known color: Amazon. HEX triplet: 42, 70 and 55. RGB value is (66,112,85). Sum of RGB (Red+Green+Blue) = 66+112+85=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #427055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427055 is #BD8FAA. Grayscale: #5F5F5F. Windows color (decimal): -12423083 or 5599298. OLE color: 5599298.

HSL color Cylindrical-coordinate representation of color #427055: hue angle of 144.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427055 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 85 -
CMYK 0.41 0 0.24 0.56
HSL 144.78º 0.26% 0.35% -
HSV(B) 144.78º 0.41% 0.44% -
XYZ 9.68 13.4 10.67 -
YUV 95.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 66 112 85 0.41 0 0.24 0.56 144.78 0.26 0.35
Hex 42 70 55 29 0 18 38 91 1A 23
Octal 102 160 125 51 0 30 70 221 32 43
Binary 1000010 1110000 1010101 101001 0 11000 111000 10010001 11010 100011

Color Harmonies of #427055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427055

Black with #427055

Text Example


Text Example

White with #427055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427055; }

 p { color: rgb(66,112,85); }

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

background-color css

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

 a { background-color: rgb(66,112,85); }

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

border-color css

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

 span { border-color: rgb(66,112,85); }

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