Html Css Color HEX #3C7356 Amazon

📋 copy color: '#3C7356'

red 60 ◦ green 115 ◦ blue 86

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

Shades of Amazon #3C7356

Tints of Amazon #3C7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 22.99%
G = 44.06%
B = 32.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#3C7356 (or 0x3C7356) is known color: Amazon. HEX triplet: 3C, 73 and 56. RGB value is (60,115,86). Sum of RGB (Red+Green+Blue) = 60+115+86=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7356 is #C38CA9. Grayscale: #5F5F5F. Windows color (decimal): -12815530 or 5665596. OLE color: 5665596.

HSL color Cylindrical-coordinate representation of color #3C7356: hue angle of 148.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7356 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 86 -
CMYK 0.48 0 0.25 0.55
HSL 148.36º 0.31% 0.34% -
HSV(B) 148.36º 0.48% 0.45% -
XYZ 9.67 13.89 10.98 -
YUV 95.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 60 115 86 0.48 0 0.25 0.55 148.36 0.31 0.34
Hex 3C 73 56 30 0 19 37 94 1F 22
Octal 74 163 126 60 0 31 67 224 37 42
Binary 111100 1110011 1010110 110000 0 11001 110111 10010100 11111 100010

Color Harmonies of #3C7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7356

Black with #3C7356

Text Example


Text Example

White with #3C7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,115,86); }

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

background-color css

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

 a { background-color: rgb(60,115,86); }

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

border-color css

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

 span { border-color: rgb(60,115,86); }

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