Html Css Color HEX #3A735A Amazon

📋 copy color: '#3A735A'

red 58 ◦ green 115 ◦ blue 90

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

Shades of Amazon #3A735A

Tints of Amazon #3A735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 22.05%
G = 43.73%
B = 34.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#3A735A (or 0x3A735A) is known color: Amazon. HEX triplet: 3A, 73 and 5A. RGB value is (58,115,90). Sum of RGB (Red+Green+Blue) = 58+115+90=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #3A735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A735A is #C58CA5. Grayscale: #5F5F5F. Windows color (decimal): -12946598 or 5927738. OLE color: 5927738.

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

Color convert

RGB 58 115 90 -
CMYK 0.50 0 0.22 0.55
HSL 153.68º 0.33% 0.34% -
HSV(B) 153.68º 0.5% 0.45% -
XYZ 9.72 13.9 11.84 -
YUV 95.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 58 115 90 0.50 0 0.22 0.55 153.68 0.33 0.34
Hex 3A 73 5A 32 0 16 37 9A 21 22
Octal 72 163 132 62 0 26 67 232 41 42
Binary 111010 1110011 1011010 110010 0 10110 110111 10011010 100001 100010

Color Harmonies of #3A735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A735A

Black with #3A735A

Text Example


Text Example

White with #3A735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,90); }

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

background-color css

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

 a { background-color: rgb(58,115,90); }

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

border-color css

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

 span { border-color: rgb(58,115,90); }

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