Html Css Color HEX #3A7052 Amazon

📋 copy color: '#3A7052'

red 58 ◦ green 112 ◦ blue 82

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

Shades of Amazon #3A7052

Tints of Amazon #3A7052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 23.02%
G = 44.44%
B = 32.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#3A7052 (or 0x3A7052) is known color: Amazon. HEX triplet: 3A, 70 and 52. RGB value is (58,112,82). Sum of RGB (Red+Green+Blue) = 58+112+82=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7052 is #C58FAD. Grayscale: #5C5C5C. Windows color (decimal): -12947374 or 5402682. OLE color: 5402682.

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

Color convert

RGB 58 112 82 -
CMYK 0.48 0 0.27 0.56
HSL 146.67º 0.32% 0.33% -
HSV(B) 146.67º 0.48% 0.44% -
XYZ 9.06 13.1 10.03 -
YUV 92.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 58 112 82 0.48 0 0.27 0.56 146.67 0.32 0.33
Hex 3A 70 52 30 0 1B 38 93 20 21
Octal 72 160 122 60 0 33 70 223 40 41
Binary 111010 1110000 1010010 110000 0 11011 111000 10010011 100000 100001

Color Harmonies of #3A7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7052

Black with #3A7052

Text Example


Text Example

White with #3A7052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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