#3B6C4B

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

Shades of Amazon #3B6C4B

Tints of Amazon #3B6C4B

Color information

#3B6C4B (or 0x3B6C4B) is unknown color: approx Amazon. HEX triplet: 3B, 6C and 4B. RGB value is (59,108,75). Sum of RGB (Red+Green+Blue) = 59+108+75=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6C4B is #C493B4. Grayscale: #595959. Windows color (decimal): -12882869 or 4942907. OLE color: 4942907.

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

Color convert

RGB5910875-
CMYK0.4500.310.58
HSL139.59º29.34%32.75%-
HSV(B)139.59º45.37%42.35%-
XYZ8.4412.168.56-
YUV89.59119.77106.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=24.38%
G=44.63%
B=30.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59108750.4500.310.58139.5929.3432.75
Hex3B6C4B2D01F3A8c1d21
Octal7315411355037722143541
Binary111011110110010010111011010111111110101000110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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