Html Css Color HEX #3C7655 Amazon

📋 copy color: '#3C7655'

red 60 ◦ green 118 ◦ blue 85

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

Shades of Amazon #3C7655

Tints of Amazon #3C7655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 22.81%
G = 44.87%
B = 32.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#3C7655 (or 0x3C7655) is known color: Amazon. HEX triplet: 3C, 76 and 55. RGB value is (60,118,85). Sum of RGB (Red+Green+Blue) = 60+118+85=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7655 is #C389AA. Grayscale: #606060. Windows color (decimal): -12814763 or 5600828. OLE color: 5600828.

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

Color convert

RGB 60 118 85 -
CMYK 0.49 0 0.28 0.54
HSL 145.86º 0.33% 0.35% -
HSV(B) 145.86º 0.49% 0.46% -
XYZ 9.98 14.57 10.88 -
YUV 96.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 60 118 85 0.49 0 0.28 0.54 145.86 0.33 0.35
Hex 3C 76 55 31 0 1C 36 92 21 23
Octal 74 166 125 61 0 34 66 222 41 43
Binary 111100 1110110 1010101 110001 0 11100 110110 10010010 100001 100011

Color Harmonies of #3C7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7655

Black with #3C7655

Text Example


Text Example

White with #3C7655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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