#3C765B

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

Shades of Amazon #3C765B

Tints of Amazon #3C765B

Color information

#3C765B (or 0x3C765B) is unknown color: approx Amazon. HEX triplet: 3C, 76 and 5B. RGB value is (60,118,91). Sum of RGB (Red+Green+Blue) = 60+118+91=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3C765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C765B is #C389A4. Grayscale: #616161. Windows color (decimal): -12814757 or 5994044. OLE color: 5994044.

HSL color Cylindrical-coordinate representation of color #3C765B: hue angle of 152.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C765B is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB6011891-
CMYK0.4900.230.54
HSL152.07º32.58%34.9%-
HSV(B)152.07º49.15%46.27%-
XYZ10.2314.6712.19-
YUV97.58124.28101.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=22.30%
G=43.87%
B=33.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118910.4900.230.54152.0732.5834.9
Hex3C765B3101736982123
Octal7416613361027662304143
Binary1111001110110101101111000101011111011010011000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,91); }

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

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

 a { background-color: rgb(60,118,91); }

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

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

 span { border-color: rgb(60,118,91); }

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