#3B6C4D

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

Shades of Amazon #3B6C4D

Tints of Amazon #3B6C4D

Color information

#3B6C4D (or 0x3B6C4D) is unknown color: approx Amazon. HEX triplet: 3B, 6C and 4D. RGB value is (59,108,77). Sum of RGB (Red+Green+Blue) = 59+108+77=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6C4D is #C493B2. Grayscale: #595959. Windows color (decimal): -12882867 or 5073979. OLE color: 5073979.

HSL color Cylindrical-coordinate representation of color #3B6C4D: hue angle of 142.04º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6C4D is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB5910877-
CMYK0.4500.290.58
HSL142.04º29.34%32.75%-
HSV(B)142.04º45.37%42.35%-
XYZ8.5112.198.93-
YUV89.82120.77106.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=24.18%
G=44.26%
B=31.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59108770.4500.290.58142.0429.3432.75
Hex3B6C4D2D01D3A8e1d21
Octal7315411555035722163541
Binary111011110110010011011011010111011110101000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,108,77); }

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

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

 a { background-color: rgb(59,108,77); }

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

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

 span { border-color: rgb(59,108,77); }

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