#38724B

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

Shades of Amazon #38724B

Tints of Amazon #38724B

Color information

#38724B (or 0x38724B) is unknown color: approx Amazon. HEX triplet: 38, 72 and 4B. RGB value is (56,114,75). Sum of RGB (Red+Green+Blue) = 56+114+75=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #38724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38724B is #C78DB4. Grayscale: #5C5C5C. Windows color (decimal): -13077941 or 4944440. OLE color: 4944440.

HSL color Cylindrical-coordinate representation of color #38724B: hue angle of 139.66º 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 #38724B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB5611475-
CMYK0.5100.340.55
HSL139.66º34.12%33.33%-
HSV(B)139.66º50.88%44.71%-
XYZ8.9213.388.77-
YUV92.21118.28102.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=22.86%
G=46.53%
B=30.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114750.5100.340.55139.6634.1233.33
Hex38724B33022378c2221
Octal7016211363042672144241
Binary11100011100101001011110011010001011011110001100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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