#3F8A52

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

Shades of Amazon #3F8A52

Tints of Amazon #3F8A52

Color information

#3F8A52 (or 0x3F8A52) is unknown color: approx Amazon. HEX triplet: 3F, 8A and 52. RGB value is (63,138,82). Sum of RGB (Red+Green+Blue) = 63+138+82=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A52 is #C075AD. Grayscale: #6D6D6D. Windows color (decimal): -12613038 or 5409343. OLE color: 5409343.

HSL color Cylindrical-coordinate representation of color #3F8A52: hue angle of 135.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A52 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB6313882-
CMYK0.5400.410.46
HSL135.2º37.31%39.41%-
HSV(B)135.2º54.35%54.12%-
XYZ12.6619.8411.15-
YUV109.19112.6595.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 138 (54.30% from 255) = 48.76%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=22.26%
G=48.76%
B=28.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63138820.5400.410.46135.237.3139.41
Hex3F8A52360292E872527
Octal7721212266051562074547
Binary111111100010101010010110110010100110111010000111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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