Html Css Color HEX #3A8460 Amazon

📋 copy color: '#3A8460'

red 58 ◦ green 132 ◦ blue 96

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

Shades of Amazon #3A8460

Tints of Amazon #3A8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 20.28%
G = 46.15%
B = 33.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#3A8460 (or 0x3A8460) is known color: Amazon. HEX triplet: 3A, 84 and 60. RGB value is (58,132,96). Sum of RGB (Red+Green+Blue) = 58+132+96=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8460 is #C57B9F. Grayscale: #696969. Windows color (decimal): -12942240 or 6325306. OLE color: 6325306.

HSL color Cylindrical-coordinate representation of color #3A8460: hue angle of 150.81º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8460 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 132 96 -
CMYK 0.56 0 0.27 0.48
HSL 150.81º 0.39% 0.37% -
HSV(B) 150.81º 0.56% 0.52% -
XYZ 12.11 18.25 13.95 -
YUV 105.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 58 132 96 0.56 0 0.27 0.48 150.81 0.39 0.37
Hex 3A 84 60 38 0 1B 30 97 27 25
Octal 72 204 140 70 0 33 60 227 47 45
Binary 111010 10000100 1100000 111000 0 11011 110000 10010111 100111 100101

Color Harmonies of #3A8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8460

Black with #3A8460

Text Example


Text Example

White with #3A8460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,132,96); }

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

background-color css

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

 a { background-color: rgb(58,132,96); }

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

border-color css

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

 span { border-color: rgb(58,132,96); }

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