Html Css Color HEX #3C8A53 Amazon

📋 copy color: '#3C8A53'

red 60 ◦ green 138 ◦ blue 83

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

Shades of Amazon #3C8A53

Tints of Amazon #3C8A53

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.11%

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 21.35%
G = 49.11%
B = 29.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#3C8A53 (or 0x3C8A53) is known color: Amazon. HEX triplet: 3C, 8A and 53. RGB value is (60,138,83). Sum of RGB (Red+Green+Blue) = 60+138+83=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A53 is #C375AC. Grayscale: #6C6C6C. Windows color (decimal): -12809645 or 5474876. OLE color: 5474876.

HSL color Cylindrical-coordinate representation of color #3C8A53: hue angle of 137.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A53 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 83 -
CMYK 0.57 0 0.40 0.46
HSL 137.69º 0.39% 0.39% -
HSV(B) 137.69º 0.57% 0.54% -
XYZ 12.51 19.76 11.34 -
YUV 108.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 60 138 83 0.57 0 0.40 0.46 137.69 0.39 0.39
Hex 3C 8A 53 39 0 28 2E 8A 27 27
Octal 74 212 123 71 0 50 56 212 47 47
Binary 111100 10001010 1010011 111001 0 101000 101110 10001010 100111 100111

Color Harmonies of #3C8A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A53

Black with #3C8A53

Text Example


Text Example

White with #3C8A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,83); }

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

background-color css

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

 a { background-color: rgb(60,138,83); }

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

border-color css

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

 span { border-color: rgb(60,138,83); }

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