Html Css Color HEX #42775A Amazon

📋 copy color: '#42775A'

red 66 ◦ green 119 ◦ blue 90

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

Shades of Amazon #42775A

Tints of Amazon #42775A

RGB

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

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

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

R = 24%
G = 43.27%
B = 32.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#42775A (or 0x42775A) is known color: Amazon. HEX triplet: 42, 77 and 5A. RGB value is (66,119,90). Sum of RGB (Red+Green+Blue) = 66+119+90=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #42775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42775A is #BD88A5. Grayscale: #636363. Windows color (decimal): -12421286 or 5928770. OLE color: 5928770.

HSL color Cylindrical-coordinate representation of color #42775A: hue angle of 147.17º 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 #42775A is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 90 -
CMYK 0.45 0 0.24 0.53
HSL 147.17º 0.29% 0.36% -
HSV(B) 147.17º 0.45% 0.47% -
XYZ 10.69 15.09 12.02 -
YUV 99.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 66 119 90 0.45 0 0.24 0.53 147.17 0.29 0.36
Hex 42 77 5A 2D 0 18 35 93 1D 24
Octal 102 167 132 55 0 30 65 223 35 44
Binary 1000010 1110111 1011010 101101 0 11000 110101 10010011 11101 100100

Color Harmonies of #42775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42775A

Black with #42775A

Text Example


Text Example

White with #42775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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