#38704F

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

Shades of Amazon #38704F

Tints of Amazon #38704F

Color information

#38704F (or 0x38704F) is unknown color: approx Amazon. HEX triplet: 38, 70 and 4F. RGB value is (56,112,79). Sum of RGB (Red+Green+Blue) = 56+112+79=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #38704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38704F is #C78FB0. Grayscale: #5B5B5B. Windows color (decimal): -13078449 or 5206072. OLE color: 5206072.

HSL color Cylindrical-coordinate representation of color #38704F: hue angle of 144.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38704F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB5611279-
CMYK0.5000.290.56
HSL144.64º33.33%32.94%-
HSV(B)144.64º50%43.92%-
XYZ8.8412.999.44-
YUV91.49120.95102.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=22.67%
G=45.34%
B=31.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112790.5000.290.56144.6433.3332.94
Hex38704F3201D38912121
Octal7016011762035702214141
Binary1110001110000100111111001001110111100010010001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38704F; }

 p { color: rgb(56,112,79); }

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

<style>
 a { background-color: #38704F; }

 a { background-color: rgb(56,112,79); }

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

<style>
 span { border-color: #38704F; }

 span { border-color: rgb(56,112,79); }

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