Html Css Color HEX #3A7054 Amazon

📋 copy color: '#3A7054'

red 58 ◦ green 112 ◦ blue 84

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

Shades of Amazon #3A7054

Tints of Amazon #3A7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 22.83%
G = 44.09%
B = 33.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#3A7054 (or 0x3A7054) is known color: Amazon. HEX triplet: 3A, 70 and 54. RGB value is (58,112,84). Sum of RGB (Red+Green+Blue) = 58+112+84=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7054 is #C58FAB. Grayscale: #5C5C5C. Windows color (decimal): -12947372 or 5533754. OLE color: 5533754.

HSL color Cylindrical-coordinate representation of color #3A7054: hue angle of 148.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 #3A7054 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 84 -
CMYK 0.48 0 0.25 0.56
HSL 148.89º 0.32% 0.33% -
HSV(B) 148.89º 0.48% 0.44% -
XYZ 9.14 13.13 10.44 -
YUV 92.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 58 112 84 0.48 0 0.25 0.56 148.89 0.32 0.33
Hex 3A 70 54 30 0 19 38 95 20 21
Octal 72 160 124 60 0 31 70 225 40 41
Binary 111010 1110000 1010100 110000 0 11001 111000 10010101 100000 100001

Color Harmonies of #3A7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7054

Black with #3A7054

Text Example


Text Example

White with #3A7054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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