Html Css Color HEX #42785A Amazon

📋 copy color: '#42785A'

red 66 ◦ green 120 ◦ blue 90

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

Shades of Amazon #42785A

Tints of Amazon #42785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.48%

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

R = 23.91%
G = 43.48%
B = 32.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#42785A (or 0x42785A) is known color: Amazon. HEX triplet: 42, 78 and 5A. RGB value is (66,120,90). Sum of RGB (Red+Green+Blue) = 66+120+90=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #42785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42785A is #BD87A5. Grayscale: #646464. Windows color (decimal): -12421030 or 5929026. OLE color: 5929026.

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

Color convert

RGB 66 120 90 -
CMYK 0.45 0 0.25 0.53
HSL 146.67º 0.29% 0.36% -
HSV(B) 146.67º 0.45% 0.47% -
XYZ 10.81 15.33 12.06 -
YUV 100.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 66 120 90 0.45 0 0.25 0.53 146.67 0.29 0.36
Hex 42 78 5A 2D 0 19 35 93 1D 24
Octal 102 170 132 55 0 31 65 223 35 44
Binary 1000010 1111000 1011010 101101 0 11001 110101 10010011 11101 100100

Color Harmonies of #42785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42785A

Black with #42785A

Text Example


Text Example

White with #42785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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