Html Css Color HEX #3A8953 Amazon

📋 copy color: '#3A8953'

red 58 ◦ green 137 ◦ blue 83

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

Shades of Amazon #3A8953

Tints of Amazon #3A8953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

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

R = 20.86%
G = 49.28%
B = 29.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#3A8953 (or 0x3A8953) is known color: Amazon. HEX triplet: 3A, 89 and 53. RGB value is (58,137,83). Sum of RGB (Red+Green+Blue) = 58+137+83=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8953 is #C576AC. Grayscale: #6B6B6B. Windows color (decimal): -12940973 or 5474618. OLE color: 5474618.

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

Color convert

RGB 58 137 83 -
CMYK 0.58 0 0.39 0.46
HSL 138.99º 0.41% 0.38% -
HSV(B) 138.99º 0.58% 0.54% -
XYZ 12.25 19.42 11.29 -
YUV 107.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 58 137 83 0.58 0 0.39 0.46 138.99 0.41 0.38
Hex 3A 89 53 3A 0 27 2E 8B 29 26
Octal 72 211 123 72 0 47 56 213 51 46
Binary 111010 10001001 1010011 111010 0 100111 101110 10001011 101001 100110

Color Harmonies of #3A8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8953

Black with #3A8953

Text Example


Text Example

White with #3A8953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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