#3A704B

Color #3A704B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #3A704B

Tints of Amazon #3A704B

Color information

#3A704B (or 0x3A704B) is unknown color: approx Amazon. HEX triplet: 3A, 70 and 4B. RGB value is (58,112,75). Sum of RGB (Red+Green+Blue) = 58+112+75=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A704B is #C58FB4. Grayscale: #5B5B5B. Windows color (decimal): -12947381 or 4943930. OLE color: 4943930.

HSL color Cylindrical-coordinate representation of color #3A704B: hue angle of 138.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A704B is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB5811275-
CMYK0.4800.330.56
HSL138.89º31.76%33.33%-
HSV(B)138.89º48.21%43.92%-
XYZ8.81138.7-
YUV91.64118.61104.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=23.67%
G=45.71%
B=30.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112750.4800.330.56138.8931.7633.33
Hex3A704B30021388b2021
Octal7216011360041702134041
Binary11101011100001001011110000010000111100010001011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,75); }

 H1.HeaderClassName
 {
   color: #3A704B;
 }
 .AnyTagClassName
 {
   color: #3A704B;
 }
</style>
background-color css

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

 a { background-color: rgb(58,112,75); }

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

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

 span { border-color: rgb(58,112,75); }

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