Html Css Color HEX #3C745A Amazon

📋 copy color: '#3C745A'

red 60 ◦ green 116 ◦ blue 90

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

Shades of Amazon #3C745A

Tints of Amazon #3C745A

RGB

 RED value IS 60 (23.83% from 255) = 22.56%

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 22.56%
G = 43.61%
B = 33.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#3C745A (or 0x3C745A) is known color: Amazon. HEX triplet: 3C, 74 and 5A. RGB value is (60,116,90). Sum of RGB (Red+Green+Blue) = 60+116+90=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #3C745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C745A is #C38BA5. Grayscale: #606060. Windows color (decimal): -12815270 or 5927996. OLE color: 5927996.

HSL color Cylindrical-coordinate representation of color #3C745A: hue angle of 152.14º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C745A is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 90 -
CMYK 0.48 0 0.22 0.55
HSL 152.14º 0.32% 0.35% -
HSV(B) 152.14º 0.48% 0.45% -
XYZ 9.95 14.19 11.89 -
YUV 96.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 60 116 90 0.48 0 0.22 0.55 152.14 0.32 0.35
Hex 3C 74 5A 30 0 16 37 98 20 23
Octal 74 164 132 60 0 26 67 230 40 43
Binary 111100 1110100 1011010 110000 0 10110 110111 10011000 100000 100011

Color Harmonies of #3C745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C745A

Black with #3C745A

Text Example


Text Example

White with #3C745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C745A; }

 p { color: rgb(60,116,90); }

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

background-color css

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

 a { background-color: rgb(60,116,90); }

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

border-color css

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

 span { border-color: rgb(60,116,90); }

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