#38724E

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

Shades of Amazon #38724E

Tints of Amazon #38724E

Color information

#38724E (or 0x38724E) is unknown color: approx Amazon. HEX triplet: 38, 72 and 4E. RGB value is (56,114,78). Sum of RGB (Red+Green+Blue) = 56+114+78=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #38724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38724E is #C78DB1. Grayscale: #5C5C5C. Windows color (decimal): -13077938 or 5141048. OLE color: 5141048.

HSL color Cylindrical-coordinate representation of color #38724E: hue angle of 142.76º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38724E is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB5611478-
CMYK0.5100.320.55
HSL142.76º34.12%33.33%-
HSV(B)142.76º50.88%44.71%-
XYZ9.0213.439.32-
YUV92.55119.78101.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=22.58%
G=45.97%
B=31.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114780.5100.320.55142.7634.1233.33
Hex38724E33020378f2221
Octal7016211663040672174241
Binary11100011100101001110110011010000011011110001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38724E; }

 p { color: rgb(56,114,78); }

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

<style>
 a { background-color: #38724E; }

 a { background-color: rgb(56,114,78); }

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

<style>
 span { border-color: #38724E; }

 span { border-color: rgb(56,114,78); }

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