Html Css Color HEX #3C764F Amazon

📋 copy color: '#3C764F'

red 60 ◦ green 118 ◦ blue 79

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

Shades of Amazon #3C764F

Tints of Amazon #3C764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 23.35%
G = 45.91%
B = 30.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#3C764F (or 0x3C764F) is known color: Amazon. HEX triplet: 3C, 76 and 4F. RGB value is (60,118,79). Sum of RGB (Red+Green+Blue) = 60+118+79=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #3C764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C764F is #C389B0. Grayscale: #606060. Windows color (decimal): -12814769 or 5207612. OLE color: 5207612.

HSL color Cylindrical-coordinate representation of color #3C764F: hue angle of 139.66º 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 #3C764F is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 79 -
CMYK 0.49 0 0.33 0.54
HSL 139.66º 0.33% 0.35% -
HSV(B) 139.66º 0.49% 0.46% -
XYZ 9.75 14.48 9.68 -
YUV 96.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 60 118 79 0.49 0 0.33 0.54 139.66 0.33 0.35
Hex 3C 76 4F 31 0 21 36 8C 21 23
Octal 74 166 117 61 0 41 66 214 41 43
Binary 111100 1110110 1001111 110001 0 100001 110110 10001100 100001 100011

Color Harmonies of #3C764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C764F

Black with #3C764F

Text Example


Text Example

White with #3C764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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