#3B6F4C

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

Shades of Amazon #3B6F4C

Tints of Amazon #3B6F4C

Color information

#3B6F4C (or 0x3B6F4C) is unknown color: approx Amazon. HEX triplet: 3B, 6F and 4C. RGB value is (59,111,76). Sum of RGB (Red+Green+Blue) = 59+111+76=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F4C is #C490B3. Grayscale: #5B5B5B. Windows color (decimal): -12882100 or 5009211. OLE color: 5009211.

HSL color Cylindrical-coordinate representation of color #3B6F4C: hue angle of 139.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F4C is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5911176-
CMYK0.4700.320.56
HSL139.62º30.59%33.33%-
HSV(B)139.62º46.85%43.53%-
XYZ8.7912.828.85-
YUV91.46119.27104.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.98%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=23.98%
G=45.12%
B=30.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59111760.4700.320.56139.6230.5933.33
Hex3B6F4C2F020388c1f21
Octal7315711457040702143741
Binary1110111101111100110010111101000001110001000110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,111,76); }

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

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

 a { background-color: rgb(59,111,76); }

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

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

 span { border-color: rgb(59,111,76); }

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