Html Css Color HEX #427655 Amazon

📋 copy color: '#427655'

red 66 ◦ green 118 ◦ blue 85

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

Shades of Amazon #427655

Tints of Amazon #427655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

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

R = 24.54%
G = 43.87%
B = 31.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#427655 (or 0x427655) is known color: Amazon. HEX triplet: 42, 76 and 55. RGB value is (66,118,85). Sum of RGB (Red+Green+Blue) = 66+118+85=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #427655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427655 is #BD89AA. Grayscale: #626262. Windows color (decimal): -12421547 or 5600834. OLE color: 5600834.

HSL color Cylindrical-coordinate representation of color #427655: hue angle of 141.92º 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 #427655 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 85 -
CMYK 0.44 0 0.28 0.54
HSL 141.92º 0.28% 0.36% -
HSV(B) 141.92º 0.44% 0.46% -
XYZ 10.36 14.77 10.9 -
YUV 98.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 66 118 85 0.44 0 0.28 0.54 141.92 0.28 0.36
Hex 42 76 55 2C 0 1C 36 8E 1C 24
Octal 102 166 125 54 0 34 66 216 34 44
Binary 1000010 1110110 1010101 101100 0 11100 110110 10001110 11100 100100

Color Harmonies of #427655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427655

Black with #427655

Text Example


Text Example

White with #427655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427655; }

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

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

background-color css

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

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

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

border-color css

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

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

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