#3B794B

Color #3B794B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #3B794B

Tints of Amazon #3B794B

Color information

#3B794B (or 0x3B794B) is unknown color: approx Amazon. HEX triplet: 3B, 79 and 4B. RGB value is (59,121,75). Sum of RGB (Red+Green+Blue) = 59+121+75=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #3B794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B794B is #C486B4. Grayscale: #616161. Windows color (decimal): -12879541 or 4946235. OLE color: 4946235.

HSL color Cylindrical-coordinate representation of color #3B794B: hue angle of 135.48º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B794B is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5912175-
CMYK0.5100.380.53
HSL135.48º34.44%35.29%-
HSV(B)135.48º51.24%47.45%-
XYZ9.9115.119.05-
YUV97.22115.46100.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=23.14%
G=47.45%
B=29.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59121750.5100.380.53135.4834.4435.29
Hex3B794B3302635872223
Octal7317111363046652074243
Binary11101111110011001011110011010011011010110000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,121,75); }

 H1.HeaderClassName
 {
   color: #3B794B;
 }
 .AnyTagClassName
 {
   color: #3B794B;
 }
</style>
background-color css

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

 a { background-color: rgb(59,121,75); }

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

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

 span { border-color: rgb(59,121,75); }

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