Html Css Color HEX #3A8653 Amazon

📋 copy color: '#3A8653'

red 58 ◦ green 134 ◦ blue 83

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

Shades of Amazon #3A8653

Tints of Amazon #3A8653

RGB

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

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

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

R = 21.09%
G = 48.73%
B = 30.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#3A8653 (or 0x3A8653) is known color: Amazon. HEX triplet: 3A, 86 and 53. RGB value is (58,134,83). Sum of RGB (Red+Green+Blue) = 58+134+83=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8653 is #C579AC. Grayscale: #696969. Windows color (decimal): -12941741 or 5473850. OLE color: 5473850.

HSL color Cylindrical-coordinate representation of color #3A8653: hue angle of 139.74º 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 #3A8653 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 134 83 -
CMYK 0.57 0 0.38 0.47
HSL 139.74º 0.4% 0.38% -
HSV(B) 139.74º 0.57% 0.53% -
XYZ 11.83 18.57 11.15 -
YUV 105.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 58 134 83 0.57 0 0.38 0.47 139.74 0.4 0.38
Hex 3A 86 53 39 0 26 2F 8C 28 26
Octal 72 206 123 71 0 46 57 214 50 46
Binary 111010 10000110 1010011 111001 0 100110 101111 10001100 101000 100110

Color Harmonies of #3A8653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8653

Black with #3A8653

Text Example


Text Example

White with #3A8653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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