Html Css Color HEX #3C8060 Amazon

📋 copy color: '#3C8060'

red 60 ◦ green 128 ◦ blue 96

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

Shades of Amazon #3C8060

Tints of Amazon #3C8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 21.13%
G = 45.07%
B = 33.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#3C8060 (or 0x3C8060) is known color: Amazon. HEX triplet: 3C, 80 and 60. RGB value is (60,128,96). Sum of RGB (Red+Green+Blue) = 60+128+96=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8060 is #C37F9F. Grayscale: #686868. Windows color (decimal): -12812192 or 6324284. OLE color: 6324284.

HSL color Cylindrical-coordinate representation of color #3C8060: hue angle of 151.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C8060 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 96 -
CMYK 0.53 0 0.25 0.50
HSL 151.76º 0.36% 0.37% -
HSV(B) 151.76º 0.53% 0.5% -
XYZ 11.69 17.24 13.78 -
YUV 104.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 60 128 96 0.53 0 0.25 0.50 151.76 0.36 0.37
Hex 3C 80 60 35 0 19 32 98 24 25
Octal 74 200 140 65 0 31 62 230 44 45
Binary 111100 10000000 1100000 110101 0 11001 110010 10011000 100100 100101

Color Harmonies of #3C8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8060

Black with #3C8060

Text Example


Text Example

White with #3C8060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,128,96); }

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

background-color css

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

 a { background-color: rgb(60,128,96); }

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

border-color css

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

 span { border-color: rgb(60,128,96); }

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