Html Css Color HEX #427557 Amazon

📋 copy color: '#427557'

red 66 ◦ green 117 ◦ blue 87

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

Shades of Amazon #427557

Tints of Amazon #427557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 87 (34.38% from 255) = 32.22%

R = 24.44%
G = 43.33%
B = 32.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#427557 (or 0x427557) is known color: Amazon. HEX triplet: 42, 75 and 57. RGB value is (66,117,87). Sum of RGB (Red+Green+Blue) = 66+117+87=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #427557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427557 is #BD8AA8. Grayscale: #626262. Windows color (decimal): -12421801 or 5731650. OLE color: 5731650.

HSL color Cylindrical-coordinate representation of color #427557: hue angle of 144.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427557 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 87 -
CMYK 0.44 0 0.26 0.54
HSL 144.71º 0.28% 0.36% -
HSV(B) 144.71º 0.44% 0.46% -
XYZ 10.33 14.57 11.28 -
YUV 98.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 66 117 87 0.44 0 0.26 0.54 144.71 0.28 0.36
Hex 42 75 57 2C 0 1A 36 91 1C 24
Octal 102 165 127 54 0 32 66 221 34 44
Binary 1000010 1110101 1010111 101100 0 11010 110110 10010001 11100 100100

Color Harmonies of #427557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427557

Black with #427557

Text Example


Text Example

White with #427557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427557; }

 p { color: rgb(66,117,87); }

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

background-color css

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

 a { background-color: rgb(66,117,87); }

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

border-color css

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

 span { border-color: rgb(66,117,87); }

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