Html Css Color HEX #427758 Amazon

📋 copy color: '#427758'

red 66 ◦ green 119 ◦ blue 88

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

Shades of Amazon #427758

Tints of Amazon #427758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 24.18%
G = 43.59%
B = 32.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#427758 (or 0x427758) is known color: Amazon. HEX triplet: 42, 77 and 58. RGB value is (66,119,88). Sum of RGB (Red+Green+Blue) = 66+119+88=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #427758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427758 is #BD88A7. Grayscale: #636363. Windows color (decimal): -12421288 or 5797698. OLE color: 5797698.

HSL color Cylindrical-coordinate representation of color #427758: hue angle of 144.91º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427758 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 88 -
CMYK 0.45 0 0.26 0.53
HSL 144.91º 0.29% 0.36% -
HSV(B) 144.91º 0.45% 0.47% -
XYZ 10.61 15.06 11.58 -
YUV 99.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 66 119 88 0.45 0 0.26 0.53 144.91 0.29 0.36
Hex 42 77 58 2D 0 1A 35 91 1D 24
Octal 102 167 130 55 0 32 65 221 35 44
Binary 1000010 1110111 1011000 101101 0 11010 110101 10010001 11101 100100

Color Harmonies of #427758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427758

Black with #427758

Text Example


Text Example

White with #427758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427758; }

 p { color: rgb(66,119,88); }

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

background-color css

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

 a { background-color: rgb(66,119,88); }

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

border-color css

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

 span { border-color: rgb(66,119,88); }

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