Html Css Color HEX #3A794A Amazon

📋 copy color: '#3A794A'

red 58 ◦ green 121 ◦ blue 74

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

Shades of Amazon #3A794A

Tints of Amazon #3A794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 22.92%
G = 47.83%
B = 29.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#3A794A (or 0x3A794A) is known color: Amazon. HEX triplet: 3A, 79 and 4A. RGB value is (58,121,74). Sum of RGB (Red+Green+Blue) = 58+121+74=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #3A794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A794A is #C586B5. Grayscale: #606060. Windows color (decimal): -12945078 or 4880698. OLE color: 4880698.

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

Color convert

RGB 58 121 74 -
CMYK 0.52 0 0.39 0.53
HSL 135.24º 0.35% 0.35% -
HSV(B) 135.24º 0.52% 0.47% -
XYZ 9.82 15.07 8.87 -
YUV 96.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 58 121 74 0.52 0 0.39 0.53 135.24 0.35 0.35
Hex 3A 79 4A 34 0 27 35 87 23 23
Octal 72 171 112 64 0 47 65 207 43 43
Binary 111010 1111001 1001010 110100 0 100111 110101 10000111 100011 100011

Color Harmonies of #3A794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A794A

Black with #3A794A

Text Example


Text Example

White with #3A794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,121,74); }

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

background-color css

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

 a { background-color: rgb(58,121,74); }

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

border-color css

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

 span { border-color: rgb(58,121,74); }

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