#3D775C

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

Shades of Amazon #3D775C

Tints of Amazon #3D775C

Color information

#3D775C (or 0x3D775C) is unknown color: approx Amazon. HEX triplet: 3D, 77 and 5C. RGB value is (61,119,92). Sum of RGB (Red+Green+Blue) = 61+119+92=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #3D775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D775C is #C288A3. Grayscale: #626262. Windows color (decimal): -12748964 or 6059837. OLE color: 6059837.

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

Color convert

RGB6111992-
CMYK0.4900.230.53
HSL152.07º32.22%35.29%-
HSV(B)152.07º48.74%46.67%-
XYZ10.4514.9612.46-
YUV98.58124.28101.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=22.43%
G=43.75%
B=33.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119920.4900.230.53152.0732.2235.29
Hex3D775C3101735982023
Octal7516713461027652304043
Binary1111011110111101110011000101011111010110011000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,119,92); }

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

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

 a { background-color: rgb(61,119,92); }

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

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

 span { border-color: rgb(61,119,92); }

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