#3F6C52

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

Shades of Amazon #3F6C52

Tints of Amazon #3F6C52

Color information

#3F6C52 (or 0x3F6C52) is unknown color: approx Amazon. HEX triplet: 3F, 6C and 52. RGB value is (63,108,82). Sum of RGB (Red+Green+Blue) = 63+108+82=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6C52 is #C093AD. Grayscale: #5B5B5B. Windows color (decimal): -12620718 or 5401663. OLE color: 5401663.

HSL color Cylindrical-coordinate representation of color #3F6C52: hue angle of 145.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6C52 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB6310882-
CMYK0.4200.240.58
HSL145.33º26.32%33.53%-
HSV(B)145.33º41.67%42.35%-
XYZ8.9412.399.9-
YUV91.58122.59107.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.90%
GREEN value IS 108 (42.58% from 255) = 42.69%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=24.90%
G=42.69%
B=32.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108820.4200.240.58145.3326.3233.53
Hex3F6C522A0183A911a22
Octal7715412252030722213242
Binary111111110110010100101010100110001110101001000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,82); }

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

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

 a { background-color: rgb(63,108,82); }

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

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

 span { border-color: rgb(63,108,82); }

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