#3B775B

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

Shades of Amazon #3B775B

Tints of Amazon #3B775B

Color information

#3B775B (or 0x3B775B) is unknown color: approx Amazon. HEX triplet: 3B, 77 and 5B. RGB value is (59,119,91). Sum of RGB (Red+Green+Blue) = 59+119+91=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #3B775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B775B is #C488A4. Grayscale: #616161. Windows color (decimal): -12880037 or 5994299. OLE color: 5994299.

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

Color convert

RGB5911991-
CMYK0.5000.240.53
HSL152º33.71%34.9%-
HSV(B)152º50.42%46.67%-
XYZ10.2914.8812.23-
YUV97.87124.12100.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.93%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=21.93%
G=44.24%
B=33.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119910.5000.240.5315233.7134.9
Hex3B775B3201835982223
Octal7316713362030652304243
Binary1110111110111101101111001001100011010110011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,91); }

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

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

 a { background-color: rgb(59,119,91); }

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

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

 span { border-color: rgb(59,119,91); }

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