Html Css Color HEX #3C745B Amazon

📋 copy color: '#3C745B'

red 60 ◦ green 116 ◦ blue 91

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

Shades of Amazon #3C745B

Tints of Amazon #3C745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 22.47%
G = 43.45%
B = 34.08%

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

#3C745B (or 0x3C745B) is known color: Amazon. HEX triplet: 3C, 74 and 5B. RGB value is (60,116,91). Sum of RGB (Red+Green+Blue) = 60+116+91=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #3C745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C745B is #C38BA4. Grayscale: #606060. Windows color (decimal): -12815269 or 5993532. OLE color: 5993532.

HSL color Cylindrical-coordinate representation of color #3C745B: hue angle of 153.21º 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 #3C745B is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 91 -
CMYK 0.48 0 0.22 0.55
HSL 153.21º 0.32% 0.35% -
HSV(B) 153.21º 0.48% 0.45% -
XYZ 10 14.21 12.11 -
YUV 96.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 60 116 91 0.48 0 0.22 0.55 153.21 0.32 0.35
Hex 3C 74 5B 30 0 16 37 99 20 23
Octal 74 164 133 60 0 26 67 231 40 43
Binary 111100 1110100 1011011 110000 0 10110 110111 10011001 100000 100011

Color Harmonies of #3C745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C745B

Black with #3C745B

Text Example


Text Example

White with #3C745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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