#38734D

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

Shades of Amazon #38734D

Tints of Amazon #38734D

Color information

#38734D (or 0x38734D) is unknown color: approx Amazon. HEX triplet: 38, 73 and 4D. RGB value is (56,115,77). Sum of RGB (Red+Green+Blue) = 56+115+77=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #38734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38734D is #C78CB2. Grayscale: #5D5D5D. Windows color (decimal): -13077683 or 5075768. OLE color: 5075768.

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

Color convert

RGB5611577-
CMYK0.5100.330.55
HSL141.36º34.5%33.53%-
HSV(B)141.36º51.3%45.1%-
XYZ9.113.649.17-
YUV93.03118.95101.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=22.58%
G=46.37%
B=31.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115770.5100.330.55141.3634.533.53
Hex38734D33021378d2322
Octal7016311563041672154342
Binary11100011100111001101110011010000111011110001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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