Html Css Color HEX #3C8059 Amazon

📋 copy color: '#3C8059'

red 60 ◦ green 128 ◦ blue 89

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

Shades of Amazon #3C8059

Tints of Amazon #3C8059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 21.66%
G = 46.21%
B = 32.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#3C8059 (or 0x3C8059) is known color: Amazon. HEX triplet: 3C, 80 and 59. RGB value is (60,128,89). Sum of RGB (Red+Green+Blue) = 60+128+89=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8059 is #C37FA6. Grayscale: #676767. Windows color (decimal): -12812199 or 5865532. OLE color: 5865532.

HSL color Cylindrical-coordinate representation of color #3C8059: hue angle of 145.59º 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 #3C8059 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 89 -
CMYK 0.53 0 0.30 0.50
HSL 145.59º 0.36% 0.37% -
HSV(B) 145.59º 0.53% 0.5% -
XYZ 11.39 17.12 12.16 -
YUV 103.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 60 128 89 0.53 0 0.30 0.50 145.59 0.36 0.37
Hex 3C 80 59 35 0 1E 32 92 24 25
Octal 74 200 131 65 0 36 62 222 44 45
Binary 111100 10000000 1011001 110101 0 11110 110010 10010010 100100 100101

Color Harmonies of #3C8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8059

Black with #3C8059

Text Example


Text Example

White with #3C8059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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