Html Css Color HEX #3A785D Amazon

📋 copy color: '#3A785D'

red 58 ◦ green 120 ◦ blue 93

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

Shades of Amazon #3A785D

Tints of Amazon #3A785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 21.4%
G = 44.28%
B = 34.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#3A785D (or 0x3A785D) is known color: Amazon. HEX triplet: 3A, 78 and 5D. RGB value is (58,120,93). Sum of RGB (Red+Green+Blue) = 58+120+93=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #3A785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A785D is #C587A2. Grayscale: #626262. Windows color (decimal): -12945315 or 6125626. OLE color: 6125626.

HSL color Cylindrical-coordinate representation of color #3A785D: hue angle of 153.87º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A785D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 120 93 -
CMYK 0.52 0 0.22 0.53
HSL 153.87º 0.35% 0.35% -
HSV(B) 153.87º 0.52% 0.47% -
XYZ 10.44 15.12 12.72 -
YUV 98.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 58 120 93 0.52 0 0.22 0.53 153.87 0.35 0.35
Hex 3A 78 5D 34 0 16 35 9A 23 23
Octal 72 170 135 64 0 26 65 232 43 43
Binary 111010 1111000 1011101 110100 0 10110 110101 10011010 100011 100011

Color Harmonies of #3A785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A785D

Black with #3A785D

Text Example


Text Example

White with #3A785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,93); }

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

background-color css

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

 a { background-color: rgb(58,120,93); }

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

border-color css

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

 span { border-color: rgb(58,120,93); }

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