Html Css Color HEX #42755A Amazon

📋 copy color: '#42755A'

red 66 ◦ green 117 ◦ blue 90

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

Shades of Amazon #42755A

Tints of Amazon #42755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 24.18%
G = 42.86%
B = 32.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#42755A (or 0x42755A) is known color: Amazon. HEX triplet: 42, 75 and 5A. RGB value is (66,117,90). Sum of RGB (Red+Green+Blue) = 66+117+90=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #42755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42755A is #BD8AA5. Grayscale: #626262. Windows color (decimal): -12421798 or 5928258. OLE color: 5928258.

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

Color convert

RGB 66 117 90 -
CMYK 0.44 0 0.23 0.54
HSL 148.24º 0.28% 0.36% -
HSV(B) 148.24º 0.44% 0.46% -
XYZ 10.45 14.62 11.94 -
YUV 98.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 66 117 90 0.44 0 0.23 0.54 148.24 0.28 0.36
Hex 42 75 5A 2C 0 17 36 94 1C 24
Octal 102 165 132 54 0 27 66 224 34 44
Binary 1000010 1110101 1011010 101100 0 10111 110110 10010100 11100 100100

Color Harmonies of #42755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42755A

Black with #42755A

Text Example


Text Example

White with #42755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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