Html Css Color HEX #3A8952 Amazon

📋 copy color: '#3A8952'

red 58 ◦ green 137 ◦ blue 82

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

Shades of Amazon #3A8952

Tints of Amazon #3A8952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 20.94%
G = 49.46%
B = 29.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#3A8952 (or 0x3A8952) is known color: Amazon. HEX triplet: 3A, 89 and 52. RGB value is (58,137,82). Sum of RGB (Red+Green+Blue) = 58+137+82=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8952 is #C576AD. Grayscale: #6B6B6B. Windows color (decimal): -12940974 or 5409082. OLE color: 5409082.

HSL color Cylindrical-coordinate representation of color #3A8952: hue angle of 138.23º 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 #3A8952 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 137 82 -
CMYK 0.58 0 0.40 0.46
HSL 138.23º 0.41% 0.38% -
HSV(B) 138.23º 0.58% 0.54% -
XYZ 12.21 19.4 11.08 -
YUV 107.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 58 137 82 0.58 0 0.40 0.46 138.23 0.41 0.38
Hex 3A 89 52 3A 0 28 2E 8A 29 26
Octal 72 211 122 72 0 50 56 212 51 46
Binary 111010 10001001 1010010 111010 0 101000 101110 10001010 101001 100110

Color Harmonies of #3A8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8952

Black with #3A8952

Text Example


Text Example

White with #3A8952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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