Html Css Color HEX #3A7256 Amazon

📋 copy color: '#3A7256'

red 58 ◦ green 114 ◦ blue 86

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

Shades of Amazon #3A7256

Tints of Amazon #3A7256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 22.48%
G = 44.19%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#3A7256 (or 0x3A7256) is known color: Amazon. HEX triplet: 3A, 72 and 56. RGB value is (58,114,86). Sum of RGB (Red+Green+Blue) = 58+114+86=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7256 is #C58DA9. Grayscale: #5E5E5E. Windows color (decimal): -12946858 or 5665338. OLE color: 5665338.

HSL color Cylindrical-coordinate representation of color #3A7256: hue angle of 150º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7256 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 114 86 -
CMYK 0.49 0 0.25 0.55
HSL 150º 0.33% 0.34% -
HSV(B) 150º 0.49% 0.45% -
XYZ 9.44 13.61 10.93 -
YUV 94.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 58 114 86 0.49 0 0.25 0.55 150 0.33 0.34
Hex 3A 72 56 31 0 19 37 96 21 22
Octal 72 162 126 61 0 31 67 226 41 42
Binary 111010 1110010 1010110 110001 0 11001 110111 10010110 100001 100010

Color Harmonies of #3A7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7256

Black with #3A7256

Text Example


Text Example

White with #3A7256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,114,86); }

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

background-color css

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

 a { background-color: rgb(58,114,86); }

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

border-color css

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

 span { border-color: rgb(58,114,86); }

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