Html Css Color HEX #3C844E Amazon

📋 copy color: '#3C844E'

red 60 ◦ green 132 ◦ blue 78

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

Shades of Amazon #3C844E

Tints of Amazon #3C844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 22.22%
G = 48.89%
B = 28.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#3C844E (or 0x3C844E) is known color: Amazon. HEX triplet: 3C, 84 and 4E. RGB value is (60,132,78). Sum of RGB (Red+Green+Blue) = 60+132+78=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #3C844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C844E is #C37BB1. Grayscale: #686868. Windows color (decimal): -12811186 or 5145660. OLE color: 5145660.

HSL color Cylindrical-coordinate representation of color #3C844E: hue angle of 135º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C844E is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 132 78 -
CMYK 0.55 0 0.41 0.48
HSL 135º 0.38% 0.38% -
HSV(B) 135º 0.55% 0.52% -
XYZ 11.49 18.01 10.08 -
YUV 104.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 60 132 78 0.55 0 0.41 0.48 135 0.38 0.38
Hex 3C 84 4E 37 0 29 30 87 26 26
Octal 74 204 116 67 0 51 60 207 46 46
Binary 111100 10000100 1001110 110111 0 101001 110000 10000111 100110 100110

Color Harmonies of #3C844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C844E

Black with #3C844E

Text Example


Text Example

White with #3C844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,78); }

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

background-color css

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

 a { background-color: rgb(60,132,78); }

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

border-color css

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

 span { border-color: rgb(60,132,78); }

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