#38734A

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

Shades of Amazon #38734A

Tints of Amazon #38734A

Color information

#38734A (or 0x38734A) is unknown color: approx Amazon. HEX triplet: 38, 73 and 4A. RGB value is (56,115,74). Sum of RGB (Red+Green+Blue) = 56+115+74=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #38734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38734A is #C78CB5. Grayscale: #5C5C5C. Windows color (decimal): -13077686 or 4879160. OLE color: 4879160.

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

Color convert

RGB5611574-
CMYK0.5100.360.55
HSL138.31º34.5%33.53%-
HSV(B)138.31º51.3%45.1%-
XYZ913.68.63-
YUV92.68117.45101.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=22.86%
G=46.94%
B=30.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115740.5100.360.55138.3134.533.53
Hex38734A33024378a2322
Octal7016311263044672124342
Binary11100011100111001010110011010010011011110001010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38734A; }

 p { color: rgb(56,115,74); }

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

<style>
 a { background-color: #38734A; }

 a { background-color: rgb(56,115,74); }

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

<style>
 span { border-color: #38734A; }

 span { border-color: rgb(56,115,74); }

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