Html Css Color HEX #3C8654 Amazon

📋 copy color: '#3C8654'

red 60 ◦ green 134 ◦ blue 84

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

Shades of Amazon #3C8654

Tints of Amazon #3C8654

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 21.58%
G = 48.2%
B = 30.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#3C8654 (or 0x3C8654) is known color: Amazon. HEX triplet: 3C, 86 and 54. RGB value is (60,134,84). Sum of RGB (Red+Green+Blue) = 60+134+84=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8654 is #C379AB. Grayscale: #6A6A6A. Windows color (decimal): -12810668 or 5539388. OLE color: 5539388.

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

Color convert

RGB 60 134 84 -
CMYK 0.55 0 0.37 0.47
HSL 139.46º 0.38% 0.38% -
HSV(B) 139.46º 0.55% 0.53% -
XYZ 11.99 18.65 11.36 -
YUV 106.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 60 134 84 0.55 0 0.37 0.47 139.46 0.38 0.38
Hex 3C 86 54 37 0 25 2F 8B 26 26
Octal 74 206 124 67 0 45 57 213 46 46
Binary 111100 10000110 1010100 110111 0 100101 101111 10001011 100110 100110

Color Harmonies of #3C8654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8654

Black with #3C8654

Text Example


Text Example

White with #3C8654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,84); }

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

background-color css

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

 a { background-color: rgb(60,134,84); }

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

border-color css

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

 span { border-color: rgb(60,134,84); }

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