Html Css Color HEX #42795A Amazon

📋 copy color: '#42795A'

red 66 ◦ green 121 ◦ blue 90

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

Shades of Amazon #42795A

Tints of Amazon #42795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

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

R = 23.83%
G = 43.68%
B = 32.49%

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

#42795A (or 0x42795A) is known color: Amazon. HEX triplet: 42, 79 and 5A. RGB value is (66,121,90). Sum of RGB (Red+Green+Blue) = 66+121+90=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #42795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42795A is #BD86A5. Grayscale: #656565. Windows color (decimal): -12420774 or 5929282. OLE color: 5929282.

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

Color convert

RGB 66 121 90 -
CMYK 0.45 0 0.26 0.53
HSL 146.18º 0.29% 0.37% -
HSV(B) 146.18º 0.45% 0.47% -
XYZ 10.93 15.57 12.1 -
YUV 101.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 66 121 90 0.45 0 0.26 0.53 146.18 0.29 0.37
Hex 42 79 5A 2D 0 1A 35 92 1D 25
Octal 102 171 132 55 0 32 65 222 35 45
Binary 1000010 1111001 1011010 101101 0 11010 110101 10010010 11101 100101

Color Harmonies of #42795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42795A

Black with #42795A

Text Example


Text Example

White with #42795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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