#3F7B5B

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

Shades of Amazon #3F7B5B

Tints of Amazon #3F7B5B

Color information

#3F7B5B (or 0x3F7B5B) is unknown color: approx Amazon. HEX triplet: 3F, 7B and 5B. RGB value is (63,123,91). Sum of RGB (Red+Green+Blue) = 63+123+91=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B5B is #C084A4. Grayscale: #656565. Windows color (decimal): -12616869 or 5995327. OLE color: 5995327.

HSL color Cylindrical-coordinate representation of color #3F7B5B: hue angle of 148º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7B5B is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB6312391-
CMYK0.4900.260.52
HSL148º32.26%36.47%-
HSV(B)148º48.78%48.24%-
XYZ11.0215.9812.4-
YUV101.41122.12100.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=22.74%
G=44.40%
B=32.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63123910.4900.260.5214832.2636.47
Hex3F7B5B3101A34942024
Octal7717313361032642244044
Binary1111111111011101101111000101101011010010010100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,91); }

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

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

 a { background-color: rgb(63,123,91); }

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

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

 span { border-color: rgb(63,123,91); }

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