Html Css Color HEX #3C774E Amazon

📋 copy color: '#3C774E'

red 60 ◦ green 119 ◦ blue 78

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

Shades of Amazon #3C774E

Tints of Amazon #3C774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 23.35%
G = 46.3%
B = 30.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#3C774E (or 0x3C774E) is known color: Amazon. HEX triplet: 3C, 77 and 4E. RGB value is (60,119,78). Sum of RGB (Red+Green+Blue) = 60+119+78=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #3C774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C774E is #C388B1. Grayscale: #606060. Windows color (decimal): -12814514 or 5142332. OLE color: 5142332.

HSL color Cylindrical-coordinate representation of color #3C774E: hue angle of 138.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C774E is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 78 -
CMYK 0.50 0 0.34 0.53
HSL 138.31º 0.33% 0.35% -
HSV(B) 138.31º 0.5% 0.47% -
XYZ 9.84 14.7 9.53 -
YUV 96.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 60 119 78 0.50 0 0.34 0.53 138.31 0.33 0.35
Hex 3C 77 4E 32 0 22 35 8A 21 23
Octal 74 167 116 62 0 42 65 212 41 43
Binary 111100 1110111 1001110 110010 0 100010 110101 10001010 100001 100011

Color Harmonies of #3C774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C774E

Black with #3C774E

Text Example


Text Example

White with #3C774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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