Html Css Color HEX #3A8654 Amazon

📋 copy color: '#3A8654'

red 58 ◦ green 134 ◦ blue 84

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

Shades of Amazon #3A8654

Tints of Amazon #3A8654

RGB

 RED value IS 58 (23.05% from 255) = 21.01%

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

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

R = 21.01%
G = 48.55%
B = 30.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#3A8654 (or 0x3A8654) is known color: Amazon. HEX triplet: 3A, 86 and 54. RGB value is (58,134,84). Sum of RGB (Red+Green+Blue) = 58+134+84=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8654 is #C579AB. Grayscale: #696969. Windows color (decimal): -12941740 or 5539386. OLE color: 5539386.

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

Color convert

RGB 58 134 84 -
CMYK 0.57 0 0.37 0.47
HSL 140.53º 0.4% 0.38% -
HSV(B) 140.53º 0.57% 0.53% -
XYZ 11.87 18.59 11.35 -
YUV 105.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 58 134 84 0.57 0 0.37 0.47 140.53 0.4 0.38
Hex 3A 86 54 39 0 25 2F 8D 28 26
Octal 72 206 124 71 0 45 57 215 50 46
Binary 111010 10000110 1010100 111001 0 100101 101111 10001101 101000 100110

Color Harmonies of #3A8654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8654

Black with #3A8654

Text Example


Text Example

White with #3A8654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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