Html Css Color HEX #3A7858 Amazon

📋 copy color: '#3A7858'

red 58 ◦ green 120 ◦ blue 88

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

Shades of Amazon #3A7858

Tints of Amazon #3A7858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 21.8%
G = 45.11%
B = 33.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#3A7858 (or 0x3A7858) is known color: Amazon. HEX triplet: 3A, 78 and 58. RGB value is (58,120,88). Sum of RGB (Red+Green+Blue) = 58+120+88=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7858 is #C587A7. Grayscale: #616161. Windows color (decimal): -12945320 or 5797946. OLE color: 5797946.

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

Color convert

RGB 58 120 88 -
CMYK 0.52 0 0.27 0.53
HSL 149.03º 0.35% 0.35% -
HSV(B) 149.03º 0.52% 0.47% -
XYZ 10.22 15.04 11.6 -
YUV 97.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 58 120 88 0.52 0 0.27 0.53 149.03 0.35 0.35
Hex 3A 78 58 34 0 1B 35 95 23 23
Octal 72 170 130 64 0 33 65 225 43 43
Binary 111010 1111000 1011000 110100 0 11011 110101 10010101 100011 100011

Color Harmonies of #3A7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7858

Black with #3A7858

Text Example


Text Example

White with #3A7858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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