#3B6C4C

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

Shades of Amazon #3B6C4C

Tints of Amazon #3B6C4C

Color information

#3B6C4C (or 0x3B6C4C) is unknown color: approx Amazon. HEX triplet: 3B, 6C and 4C. RGB value is (59,108,76). Sum of RGB (Red+Green+Blue) = 59+108+76=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6C4C is #C493B3. Grayscale: #595959. Windows color (decimal): -12882868 or 5008443. OLE color: 5008443.

HSL color Cylindrical-coordinate representation of color #3B6C4C: hue angle of 140.82º 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 #3B6C4C is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB5910876-
CMYK0.4500.300.58
HSL140.82º29.34%32.75%-
HSV(B)140.82º45.37%42.35%-
XYZ8.4712.188.74-
YUV89.7120.27106.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=24.28%
G=44.44%
B=31.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59108760.4500.300.58140.8229.3432.75
Hex3B6C4C2D01E3A8d1d21
Octal7315411455036722153541
Binary111011110110010011001011010111101110101000110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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