Html Css Color HEX #3C764D Amazon

📋 copy color: '#3C764D'

red 60 ◦ green 118 ◦ blue 77

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

Shades of Amazon #3C764D

Tints of Amazon #3C764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 23.53%
G = 46.27%
B = 30.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#3C764D (or 0x3C764D) is known color: Amazon. HEX triplet: 3C, 76 and 4D. RGB value is (60,118,77). Sum of RGB (Red+Green+Blue) = 60+118+77=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #3C764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C764D is #C389B2. Grayscale: #606060. Windows color (decimal): -12814771 or 5076540. OLE color: 5076540.

HSL color Cylindrical-coordinate representation of color #3C764D: hue angle of 137.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C764D is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 77 -
CMYK 0.49 0 0.35 0.54
HSL 137.59º 0.33% 0.35% -
HSV(B) 137.59º 0.49% 0.46% -
XYZ 9.68 14.45 9.3 -
YUV 95.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 60 118 77 0.49 0 0.35 0.54 137.59 0.33 0.35
Hex 3C 76 4D 31 0 23 36 8A 21 23
Octal 74 166 115 61 0 43 66 212 41 43
Binary 111100 1110110 1001101 110001 0 100011 110110 10001010 100001 100011

Color Harmonies of #3C764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C764D

Black with #3C764D

Text Example


Text Example

White with #3C764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,77); }

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

background-color css

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

 a { background-color: rgb(60,118,77); }

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

border-color css

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

 span { border-color: rgb(60,118,77); }

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