Html Css Color HEX #3A785A Amazon

📋 copy color: '#3A785A'

red 58 ◦ green 120 ◦ blue 90

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

Shades of Amazon #3A785A

Tints of Amazon #3A785A

RGB

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

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

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

R = 21.64%
G = 44.78%
B = 33.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#3A785A (or 0x3A785A) is known color: Amazon. HEX triplet: 3A, 78 and 5A. RGB value is (58,120,90). Sum of RGB (Red+Green+Blue) = 58+120+90=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #3A785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A785A is #C587A5. Grayscale: #626262. Windows color (decimal): -12945318 or 5929018. OLE color: 5929018.

HSL color Cylindrical-coordinate representation of color #3A785A: hue angle of 150.97º 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 #3A785A is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 120 90 -
CMYK 0.52 0 0.25 0.53
HSL 150.97º 0.35% 0.35% -
HSV(B) 150.97º 0.52% 0.47% -
XYZ 10.31 15.07 12.04 -
YUV 98.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 58 120 90 0.52 0 0.25 0.53 150.97 0.35 0.35
Hex 3A 78 5A 34 0 19 35 97 23 23
Octal 72 170 132 64 0 31 65 227 43 43
Binary 111010 1111000 1011010 110100 0 11001 110101 10010111 100011 100011

Color Harmonies of #3A785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A785A

Black with #3A785A

Text Example


Text Example

White with #3A785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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