Html Css Color HEX #3C8461 Amazon

📋 copy color: '#3C8461'

red 60 ◦ green 132 ◦ blue 97

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

Shades of Amazon #3C8461

Tints of Amazon #3C8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 20.76%
G = 45.67%
B = 33.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#3C8461 (or 0x3C8461) is known color: Amazon. HEX triplet: 3C, 84 and 61. RGB value is (60,132,97). Sum of RGB (Red+Green+Blue) = 60+132+97=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8461 is #C37B9E. Grayscale: #6A6A6A. Windows color (decimal): -12811167 or 6390844. OLE color: 6390844.

HSL color Cylindrical-coordinate representation of color #3C8461: hue angle of 150.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8461 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 132 97 -
CMYK 0.55 0 0.27 0.48
HSL 150.83º 0.38% 0.38% -
HSV(B) 150.83º 0.55% 0.52% -
XYZ 12.27 18.33 14.2 -
YUV 106.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 60 132 97 0.55 0 0.27 0.48 150.83 0.38 0.38
Hex 3C 84 61 37 0 1B 30 97 26 26
Octal 74 204 141 67 0 33 60 227 46 46
Binary 111100 10000100 1100001 110111 0 11011 110000 10010111 100110 100110

Color Harmonies of #3C8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8461

Black with #3C8461

Text Example


Text Example

White with #3C8461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,97); }

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

background-color css

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

 a { background-color: rgb(60,132,97); }

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

border-color css

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

 span { border-color: rgb(60,132,97); }

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