#3f775c

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

Shades of Amazon #3F775C

Tints of Amazon #3F775C

Color information

#3F775C (or 0x3F775C) is unknown color: approx Amazon. HEX triplet: 3F, 77 and 5C. RGB value is (63,119,92). Sum of RGB (Red+Green+Blue) = 63+119+92=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775C is #C088A3. Grayscale: #636363. Windows color (decimal): -12617892 or 6059839. OLE color: 6059839.

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

Color convert

RGB6311992-
CMYK0.4700.230.53
HSL151.07º30.77%35.69%-
HSV(B)151.07º47.06%46.67%-
XYZ10.5815.0212.47-
YUV99.18123.95102.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=22.99%
G=43.43%
B=33.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119920.4700.230.53151.0730.7735.69
Hex3F775C2F01735971f24
Octal7716713457027652273744
Binary111111111011110111001011110101111101011001011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f775c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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